mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
refactor: auto-generate language configuration (#1584)
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
This commit is contained in:
parent
3e1cd1ec23
commit
d01ba08eae
98 changed files with 1127 additions and 1567 deletions
|
@ -8,6 +8,7 @@ function Log:add_entry(msg, level)
|
|||
if self.__handle then
|
||||
-- plenary uses lower-case log levels
|
||||
self.__handle[level:lower()](msg)
|
||||
return
|
||||
end
|
||||
local status_ok, plenary = pcall(require, "plenary")
|
||||
if status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue