Add files via upload

This commit is contained in:
Pgolik 2025-05-19 08:56:28 +02:00 committed by GitHub
parent 3e044f1f56
commit 0714efb5dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'