diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -3,14 +3,14 @@ filetype plugin on | |||
| 3 | 3 | ||
| 4 | call plug#begin() | 4 | call plug#begin() |
| 5 | Plug 'tpope/vim-commentary' | 5 | Plug 'tpope/vim-commentary' |
| 6 | Plug 'airblade/vim-gitgutter' | 6 | Plug 'mitjafelicijan/sniper.vim' |
| 7 | Plug 'ctrlpvim/ctrlp.vim' | 7 | Plug 'ctrlpvim/ctrlp.vim' |
| 8 | call plug#end() | 8 | call plug#end() |
| 9 | 9 | ||
| 10 | set path+=** laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 | 10 | set path+=** 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 hlsearch incsearch |
| 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 13 | set hlsearch incsearch backspace=indent,eol,start completeopt=menuone | 13 | set backspace=indent,eol,start completeopt=menuone |
| 14 | colorscheme wildcharm | 14 | colorscheme wildcharm |
| 15 | 15 | ||
| 16 | nnoremap <C-Right> :bnext<cr> | 16 | nnoremap <C-Right> :bnext<cr> |
