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'