diff options
Diffstat (limited to '.vim/.vimrc')
| -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) |
