add fvim alias, setup nvim undofile

This commit is contained in:
Philipp 2024-06-19 00:18:02 +02:00
parent b938e9192a
commit 6f386d26a2
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
3 changed files with 5 additions and 0 deletions

View file

@ -42,3 +42,6 @@ set cursorline
" disable creating swap file
set noswapfile
" setup an undofile
set undofile