summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2023-05-12 09:54:41 +0300
committerSyndamia <kamen@syndamia.com>2023-05-12 09:54:41 +0300
commit7cb9fade80ae8e333e67542fd8652d8e2586febe (patch)
tree2ab8f614e80a4596a8f3ca6848fa5dec786cf68d /.vim
parentaae7a322f673dff63cf16a96781e4cf219e695c4 (diff)
downloaddotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.tar
dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.tar.gz
dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.zip
[.vimrc] Disabled delimitMate
Diffstat (limited to '.vim')
-rw-r--r--.vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
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)