diff options
| Commit | 7cb9fade80ae8e333e67542fd8652d8e2586febe (patch ) | |
|---|---|---|
| Author | Syndamia <kamen@syndamia.com> | 2023-05-12 09:54:41 +0300 |
| Committer | Syndamia <kamen@syndamia.com> | 2023-05-12 09:54:41 +0300 |
| Files | 2ab8f614e80a4596a8f3ca6848fa5dec786cf68d /.vim | |
| dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.tar dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.tar.gz dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.zip | ||
| Parent | aae7a322f673dff63cf16a96781e4cf219e695c4 (diff) | |
[.vimrc] Disabled delimitMate
1 files changed, 1 insertions, 1 deletions
| -rw-r--r-- | .vim/.vimrc | 2 |
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) |
