From 7cb9fade80ae8e333e67542fd8652d8e2586febe Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 12 May 2023 09:54:41 +0300 Subject: [.vimrc] Disabled delimitMate --- .vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/.vimrc b/.vim/.vimrc index cf8a66d..df14ce1 100644 --- a/.vim/.vimrc +++ b/.vim/.vimrc @@ -9,7 +9,7 @@ Plug 'ryanoasis/vim-devicons' " Icons on stuff like NERDTree """ Quality of life Plug 'tomtom/tcomment_vim' " Toggle comments (gc, gcc) -Plug 'Raimondi/delimitMate' " Autocomplete brackets and quotes +" Plug 'Raimondi/delimitMate' " Autocomplete brackets and quotes Plug 'preservim/nerdtree' " Browse directories (:NERDTree) Plug 'mbbill/undotree' " Easily interact with undo history Plug 'godlygeek/tabular' " Line up text by a given character (:Tabularize /CHAR) -- cgit v1.2.3