nvim: after/ftplugin/diff: spell is window local & not buffer local
This commit is contained in:
parent
c0e0387cac
commit
f3190ffa0b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
vim.bo.spell = false
|
||||
vim.wo.spell = false
|
||||
|
||||
vim.keymap.set('n', '[c', "?^@@<CR>", { noremap=true, silent=true, buffer=0 })
|
||||
vim.keymap.set('n', ']c', "/^@@<CR>", { noremap=true, silent=true, buffer=0 })
|
||||
|
|
Loading…
Reference in a new issue