summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-04 11:43:05 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-04 11:43:05 +0200
commit754692df789c2829e2588b1ad1b6aafd0fec318f (patch)
tree1b8fdb8ccca1ad6e6d1b8ef3589fdebbc8be1941 /.vimrc
parent53f6c7e8b5e17554e42646b3c7a9853d8d17a51e (diff)
Update vim plugin and add some visual plugins
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index b614c56..4ad2d8d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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'