Add files via upload

This commit is contained in:
Pgolik 2025-05-12 07:51:06 +02:00 committed by GitHub
parent 2004599c89
commit b0c5beec59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 6 deletions

View file

@ -28,3 +28,7 @@ vim.opt.inccommand = 'split'
vim.opt.cursorline = true
vim.opt.scrolloff = 10
vim.opt.hlsearch = true
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