Fixed undo persistence in vim
This commit is contained in:
parent
d872c0f85c
commit
c781938cfa
1 changed files with 2 additions and 1 deletions
3
vimrc
3
vimrc
|
@ -5,8 +5,9 @@ set encoding=utf8
|
|||
set nowrap
|
||||
|
||||
" Adjust system undo levels
|
||||
set undolevels=100
|
||||
set undofile
|
||||
set undodir=~./.local/share/nvim/undo
|
||||
set undolevels=100
|
||||
|
||||
" Use system clipboard
|
||||
set clipboard=unnamed
|
||||
|
|
Loading…
Add table
Reference in a new issue