mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 13:48:35 +02:00
Add files via upload
This commit is contained in:
parent
2004599c89
commit
b0c5beec59
2 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue