diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -5,6 +5,7 @@ call plug#begin() | |||
| 5 | Plug 'tpope/vim-commentary' | 5 | Plug 'tpope/vim-commentary' |
| 6 | Plug 'mitjafelicijan/sniper.vim' | 6 | Plug 'mitjafelicijan/sniper.vim' |
| 7 | Plug 'ctrlpvim/ctrlp.vim' | 7 | Plug 'ctrlpvim/ctrlp.vim' |
| 8 | Plug 'tvaintrob/bicep.vim' | ||
| 8 | call plug#end() | 9 | call plug#end() |
| 9 | 10 | ||
| 10 | set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 | 11 | set encoding=utf8 spelllang=en_us laststatus=2 tabstop=4 shiftwidth=4 |
