We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e044f1 commit 0714efbCopy full SHA for 0714efb
lua/custom/vim_options.lua
@@ -32,3 +32,4 @@ vim.opt.spell = true
32
vim.opt.spelllang = { 'en_us' }
33
vim.opt.spelloptions:append 'camel'
34
vim.opt.spellcapcheck = '' -- disable checking for capital letters at the start of sentences
35
+vim.lsp.set_log_level 'debug'
0 commit comments