aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 724858d..8f69e76 100644
--- a/.vimrc
+++ b/.vimrc
@@ -10,6 +10,7 @@ call plug#end()
10set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** 10set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=**
11set number relativenumber autoindent cursorline ignorecase signcolumn=yes 11set number relativenumber autoindent cursorline ignorecase signcolumn=yes
12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 12set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300
13set hlsearch incsearch
13colorscheme wildcharm 14colorscheme wildcharm
14 15
15nnoremap <C-Right> :bnext<cr> 16nnoremap <C-Right> :bnext<cr>