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