diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-12 09:54:41 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-12 09:54:41 +0300 |
| commit | 7cb9fade80ae8e333e67542fd8652d8e2586febe (patch) | |
| tree | 2ab8f614e80a4596a8f3ca6848fa5dec786cf68d | |
| parent | aae7a322f673dff63cf16a96781e4cf219e695c4 (diff) | |
| download | dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.tar dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.tar.gz dotfiles-7cb9fade80ae8e333e67542fd8652d8e2586febe.zip | |
[.vimrc] Disabled delimitMate
| -rw-r--r-- | .vim/.vimrc | 2 |
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) |
