diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -7,10 +7,10 @@ call plug#begin() | |||
| 7 | Plug 'airblade/vim-gitgutter' | 7 | Plug 'airblade/vim-gitgutter' |
| 8 | call plug#end() | 8 | call plug#end() |
| 9 | 9 | ||
| 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 |
| 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 | set hlsearch incsearch backspace=indent,eol,start path=** |
| 14 | colorscheme wildcharm | 14 | colorscheme wildcharm |
| 15 | 15 | ||
| 16 | nnoremap <C-Right> :bnext<cr> | 16 | nnoremap <C-Right> :bnext<cr> |
