Revert persistent undo and swap file disable stuff
This reverts commit565f7c71dc. Revert "add persistent undo functionality to both neovim and vim" This reverts commit1d8df9d310.
This commit is contained in:
-13
@@ -42,19 +42,6 @@ nnoremap ,x <C-x>
|
||||
|
||||
set autoindent
|
||||
set cursorline
|
||||
|
||||
set nobackup
|
||||
set nowritebackup
|
||||
set noswapfile
|
||||
set autoread
|
||||
set undofile
|
||||
set undodir=~/.vim/undodir
|
||||
if !isdirectory(expand('~/.vim/undodir'))
|
||||
call mkdir(expand('~/.vim/undodir'), 'p')
|
||||
endif
|
||||
|
||||
set undodir=~/.vim/undodir
|
||||
set undofile
|
||||
set errorformat^=[----]\ %f:%l:\ %m
|
||||
set expandtab
|
||||
set exrc
|
||||
|
||||
Reference in New Issue
Block a user