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