mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-18 17:55:38 +02:00
update
This commit is contained in:
parent
ff360f7346
commit
d3eb736d12
2 changed files with 1 additions and 72 deletions
2
init.lua
2
init.lua
|
@ -149,7 +149,7 @@ vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
|
|||
|
||||
-- Spell Check
|
||||
vim.opt.spell = true
|
||||
vim.opt.spelllang = 'en_US'
|
||||
-- vim.opt.spelllang = 'en_US'
|
||||
-- Preview substitutions live, as you type!
|
||||
vim.opt.inccommand = 'split'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue