Skip to content

Commit 0714efb

Browse files
authored
Add files via upload
1 parent 3e044f1 commit 0714efb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/custom/vim_options.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ vim.opt.spell = true
3232
vim.opt.spelllang = { 'en_us' }
3333
vim.opt.spelloptions:append 'camel'
3434
vim.opt.spellcapcheck = '' -- disable checking for capital letters at the start of sentences
35+
vim.lsp.set_log_level 'debug'

0 commit comments

Comments
 (0)