~sanchayanmaity/dotfiles

f3190ffa0bff98e673d59dfd1fb4934ae9a15183 — Sanchayan Maity 8 months ago c0e0387 master
nvim: after/ftplugin/diff: spell is window local & not buffer local
1 files changed, 1 insertions(+), 1 deletions(-)

M nvim/.config/nvim/after/ftplugin/diff.lua
M nvim/.config/nvim/after/ftplugin/diff.lua => nvim/.config/nvim/after/ftplugin/diff.lua +1 -1
@@ 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 })