From 84133d21f0bf28f1f95f4dd88f4a28327a68e30f Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 10 Mar 2023 11:04:02 +0200 Subject: [.vimrc] Removed vim-visual-multi plugin --- .vim/.vimrc | 1 - 1 file changed, 1 deletion(-) (limited to '.vim') 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 -- cgit v1.2.3