zsh and nvim
This commit is contained in:
11
.config/nvim/plugconfig/undotree.vim
Normal file
11
.config/nvim/plugconfig/undotree.vim
Normal file
@ -0,0 +1,11 @@
|
||||
nnoremap <A-u> :UndotreeToggle<CR>
|
||||
|
||||
let g:undotree_RelativeTimestamp = 1
|
||||
let g:undotree_ShortIndicators = 1
|
||||
let g:undotree_HelpLine = 0
|
||||
let g:undotree_WindowLayout = 2
|
||||
|
||||
if has("persistent_undo")
|
||||
set undodir=$HOME/.local/share/nvim/undodir
|
||||
set undofile
|
||||
endif
|
||||
Reference in New Issue
Block a user