nvim: after/ftplugin/diff: Do not highlight white space
This commit is contained in:
parent
8db1867f30
commit
6dd655ebce
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
vim.wo.spell = false
|
||||
vim.b.minitrailspace_disable = true
|
||||
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