diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-04 11:43:05 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-04 11:43:05 +0200 |
| commit | 754692df789c2829e2588b1ad1b6aafd0fec318f (patch) | |
| tree | 1b8fdb8ccca1ad6e6d1b8ef3589fdebbc8be1941 /.vimrc | |
| parent | 53f6c7e8b5e17554e42646b3c7a9853d8d17a51e (diff) | |
Update vim plugin and add some visual plugins
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,12 +14,14 @@ Plug 'andreypopp/asyncomplete-ale.vim' Plug 'editorconfig/editorconfig-vim' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-endwise' +Plug 'tpope/vim-surround' Plug 'vim-scripts/bufexplorer.zip' Plug 'Valloric/MatchTagAlways' Plug 'scrooloose/nerdcommenter' Plug 'preservim/nerdtree' Plug 'ctrlpvim/ctrlp.vim' Plug 'godlygeek/tabular' +Plug 'Yggdroot/indentLine' " Languages Plug 'sheerun/vim-polyglot' |
