From 22c741648f0c5eddbf25a30629be6d20b2538199 Mon Sep 17 00:00:00 2001 From: w0rp Date: Mon, 17 Mar 2025 18:16:57 +0000 Subject: [PATCH] Remove the log_level line from Lua code --- lua/ale/lsp.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/ale/lsp.lua b/lua/ale/lsp.lua index 843af468..b525ad64 100644 --- a/lua/ale/lsp.lua +++ b/lua/ale/lsp.lua @@ -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