From 0714efb5dcdd3bc20eaff724ae5daf5996ad79dc Mon Sep 17 00:00:00 2001 From: Pgolik Date: Mon, 19 May 2025 08:56:28 +0200 Subject: [PATCH] Add files via upload --- lua/custom/vim_options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/vim_options.lua b/lua/custom/vim_options.lua index bacbb020..28c49a6d 100644 --- a/lua/custom/vim_options.lua +++ b/lua/custom/vim_options.lua @@ -32,3 +32,4 @@ vim.opt.spell = true vim.opt.spelllang = { 'en_us' } vim.opt.spelloptions:append 'camel' vim.opt.spellcapcheck = '' -- disable checking for capital letters at the start of sentences +vim.lsp.set_log_level 'debug'