diff options
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/.vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/.vimrc b/.vim/.vimrc index ae7ba54..c354965 100644 --- a/.vim/.vimrc +++ b/.vim/.vimrc @@ -13,7 +13,6 @@ Plug 'tomtom/tcomment_vim' " Toggle comments (gc, gcc) Plug 'Raimondi/delimitMate' " Autocomplete brackets and quotes Plug 'preservim/nerdtree' " Browse directories (:NERDTree) Plug 'mbbill/undotree' " Easily interact with undo history -Plug 'mg979/vim-visual-multi' " Multiple line cursor (and other stuff) Plug 'godlygeek/tabular' " Line up text by a given character (:Tabularize /CHAR) Plug 'tpope/vim-eunuch' " Easy UNIX shell commands Plug 'alvan/vim-closetag' " Automatically add HTML closing tags |
