aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 2a0b679..f2d7d73 100644
--- a/.vimrc
+++ b/.vimrc
@@ -9,7 +9,7 @@ call plug#end()
9 9
10colorscheme sherbet 10colorscheme sherbet
11set number relativenumber autoindent signcolumn=yes cursorline 11set number relativenumber autoindent signcolumn=yes cursorline
12set hidden nowrap nobackup noswapfile autoread updatetime=300 12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
13set encoding=utf8 spelllang=en_us 13set encoding=utf8 spelllang=en_us
14set backspace=2 scrolloff=4 14set backspace=2 scrolloff=4
15set shiftwidth=4 tabstop=4 15set shiftwidth=4 tabstop=4