Files
yadm_flo/.config/nvim/plugconfig/undotree.vim
2023-02-01 13:25:23 +01:00

12 lines
262 B
VimL

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