Commit Diff
--- vim/.vimrc +++ vim/.vimrc @@ -1,6 +1,12 @@ -set noswapfile - set termguicolors +set nocompatible +set noswapfile +set undodir=$HOME/.vim/undo + +if has('termguicolors') + set termguicolors +endif + syntax enable filetype plugin indent on
