Remove undo directory and $MYVIMFILES

This commit is contained in:
Josh Holtrop 2023-05-19 09:42:40 -04:00
parent b57c2021de
commit c9222e3b22
2 changed files with 0 additions and 5 deletions

View File

5
vimrc
View File

@ -1,7 +1,6 @@
"============================================================================== "==============================================================================
" General Settings " General Settings
"============================================================================== "==============================================================================
let $MYVIMFILES=fnamemodify(resolve(expand("<sfile>")), ":p:h")
set nocompatible set nocompatible
syntax enable syntax enable
@ -15,10 +14,6 @@ set expandtab
set softtabstop=4 set softtabstop=4
set ruler set ruler
set showmatch set showmatch
"if has("persistent_undo")
" set undodir=$MYVIMFILES/undo
" set undofile
"endif
set mouse=a set mouse=a
set hlsearch set hlsearch
set incsearch set incsearch