diff --git a/.vimrc b/.vimrc index 2a0b6797e3738e79d3986bd45d49cf1f44efdaef..f2d7d73c17cebc122a6f5fb89f11d7be9ac2e301 100644 --- a/.vimrc +++ b/.vimrc @@ -9,7 +9,7 @@ call plug#end() colorscheme sherbet set number relativenumber autoindent signcolumn=yes cursorline -set hidden nowrap nobackup noswapfile autoread updatetime=300 +set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 set encoding=utf8 spelllang=en_us set backspace=2 scrolloff=4 set shiftwidth=4 tabstop=4