commented out delimitmate (auto quotes, brackets etc)

This commit is contained in:
Andrzej 2024-03-06 13:32:28 +00:00
parent 6844d581ad
commit 92448f5576
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -39,7 +39,7 @@ Plug 'preservim/vim-textobj-quote'
Plug 'preservim/vim-textobj-sentence'
"Plug 'preservim/vim-wheel'
Plug 'dbmrq/vim-ditto'
Plug 'Raimondi/delimitMate'
"Plug 'Raimondi/delimitMate'
Plug 'vim-scripts/UniCycle'
Plug 'preservim/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'