Remove the log_level line from Lua code

This commit is contained in:
w0rp
2025-03-17 18:16:57 +00:00
parent 61a1fcc92f
commit 9a251b2865

View File

@@ -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