nvim: after/ftplugin: Set wipe on bufhidden for dirvish and gitcommit
This commit is contained in:
parent
55f71e8346
commit
525d73373d
2 changed files with 2 additions and 1 deletions
1
nvim/.config/nvim/after/ftplugin/dirvish.vim
Normal file
1
nvim/.config/nvim/after/ftplugin/dirvish.vim
Normal file
|
@ -0,0 +1 @@
|
|||
setlocal bufhidden=wipe
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue