diff --git a/vimrc b/vimrc index 6a3ee10..e236f6a 100644 --- a/vimrc +++ b/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