nvim: after/ftplugin: Set wipe on bufhidden for dirvish and gitcommit

This commit is contained in:
Sanchayan Maity 2021-06-02 13:54:26 +05:30
parent 55f71e8346
commit 525d73373d
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
setlocal bufhidden=wipe

View file

@ -1,7 +1,7 @@
setlocal spell
setlocal textwidth=72
setlocal iskeyword+=-
setlocal bufhidden=delete
setlocal bufhidden=wipe
" Jump to sections of diff
nnoremap <buffer> [c ?^@@<CR>