mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Remove the log_level line from Lua code
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
local module = {}
|
local module = {}
|
||||||
|
|
||||||
vim.lsp.set_log_level("debug")
|
|
||||||
|
|
||||||
module.start = function(config)
|
module.start = function(config)
|
||||||
-- Neovim's luaeval sometimes adds a Boolean key to table we need to remove.
|
-- Neovim's luaeval sometimes adds a Boolean key to table we need to remove.
|
||||||
if config.init_options[true] ~= nil then
|
if config.init_options[true] ~= nil then
|
||||||
|
|||||||
Reference in New Issue
Block a user