From 754692df789c2829e2588b1ad1b6aafd0fec318f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 4 Sep 2025 11:43:05 +0200 Subject: Update vim plugin and add some visual plugins --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vimrc') 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' -- cgit v1.2.3