From c9222e3b2274a5bcc5d46c7ce0d9c431a8ec7219 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 19 May 2023 09:42:40 -0400 Subject: [PATCH] Remove undo directory and $MYVIMFILES --- undo/.gitkeep | 0 vimrc | 5 ----- 2 files changed, 5 deletions(-) delete mode 100644 undo/.gitkeep diff --git a/undo/.gitkeep b/undo/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/vimrc b/vimrc index 590adde..50011ea 100644 --- a/vimrc +++ b/vimrc @@ -1,7 +1,6 @@ "============================================================================== " General Settings "============================================================================== -let $MYVIMFILES=fnamemodify(resolve(expand("")), ":p:h") set nocompatible syntax enable @@ -15,10 +14,6 @@ set expandtab set softtabstop=4 set ruler set showmatch -"if has("persistent_undo") -" set undodir=$MYVIMFILES/undo -" set undofile -"endif set mouse=a set hlsearch set incsearch