nvim: after/ftplugin/diff: Do not highlight white space

This commit is contained in:
Sanchayan Maity 2023-07-07 17:51:11 +05:30
parent 8db1867f30
commit 6dd655ebce
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
vim.b.minitrailspace_disable = true
vim.wo.spell = false
vim.keymap.set('n', '[c', "?^@@<CR>", { noremap=true, silent=true, buffer=0 })