diff options
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -4,9 +4,10 @@ call plug#begin() | |||
| 4 | Plug 'tpope/vim-commentary' | 4 | Plug 'tpope/vim-commentary' |
| 5 | Plug 'ctrlpvim/ctrlp.vim' | 5 | Plug 'ctrlpvim/ctrlp.vim' |
| 6 | Plug 'dense-analysis/ale' | 6 | Plug 'dense-analysis/ale' |
| 7 | Plug 'airblade/vim-gitgutter' | ||
| 7 | call plug#end() | 8 | call plug#end() |
| 8 | 9 | ||
| 9 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 | 10 | set laststatus=2 encoding=utf8 spelllang=en_us tabstop=4 shiftwidth=4 path=** |
| 10 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes | 11 | set number relativenumber autoindent cursorline ignorecase signcolumn=yes |
| 11 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 | 12 | set hidden nowrap nobackup noswapfile noundofile autoread updatetime=300 |
| 12 | colorscheme wildcharm | 13 | colorscheme wildcharm |
