@@ -304,22 +304,19 @@ Regexp search/replace pattern
304304## Plugins list
305305
306306- [ completor] ( https://github.com/maralla/completor.vim ) : Manage auto completion correctly
307- - [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) : Completion Plugin used for nvim
308307- [ ctrlsf.vim] ( https://github.com/dyng/ctrlsf.vim ) : Side searching
309308- [ emmet-vim] ( https://github.com/mattn/emmet-vim ) : Html editing
310309- [ leaderF] ( https://github.com/Yggdroot/LeaderF ) : Fuzzy finder
311310- [ lightline] ( https://github.com/itchyny/lightline.vim ) : Lightweight status line
312311- [ neoformat] ( https://github.com/sbdchd/neoformat ) : Various formatters for many languages
313312- [ auto-pairs] ( https://github.com/jiangmiao/auto-pairs ) : Auto close pairs (parentheses, quotes, ...)
314313- [ utilsnips + vim-snippets] ( https://github.com/SirVer/ultisnips ) : Snippets
315- - [ Undotree] ( https://github.com/mbbill/undotree ) : Undo tree history
316314- [ vim-abolish] ( https://github.com/tpope/vim-abolish ) : Search words, Coercion
317315- [ vim-commentary] ( https://github.com/tpope/vim-commentary )
318316- [ vim-nerdtree] ( https://github.com/preservim/nerdtree ) : Tree Explorer
319317- [ vim-exchange] ( https://github.com/tommcdo/vim-exchange ) : Exchange in pair with a new operator cx
320318- [ vim-fugitive] ( https://github.com/tpope/vim-fugitive ) : Git command inside vim
321319- [ vim-gtfo] ( https://github.com/justinmk/vim-gtfo ) : Go to File Manager or Terminal
322- - [ vim-illuminate] ( https://github.com/RRethy/vim-illuminate ) : Highlight all occurence of current word under cursor
323320- [ vim-lion] ( https://github.com/tommcdo/vim-lion ) : Align text (like tabular)
324321- [ ReplaceWithRegister] ( https://github.com/vim-scripts/ReplaceWithRegister ) : Custom operator gr to replace with register content
325322- [ vim-move] ( https://github.com/matze/vim-move ) : Move lines or selections up and down using (ALT) jk keys
@@ -332,13 +329,10 @@ Regexp search/replace pattern
332329- [ vim-rooter] ( https://github.com/airblade/vim-rooter ) : Change dir to root project directory
333330- [ vim-rotatescheme] ( https://github.com/frazrepo/vimrc/tree/master/plugins/vim-rotatescheme ) : Custom plugin to rotate a list of colorschemes
334331- [ vim-sandwich] ( https://github.com/machakann/vim-sandwich ) : Surround texts with delimiters
335- - [ vim-schlepp] ( https://github.com/zirrostig/vim-schlepp ) : Drag selection in visual mode
336332- [ vim-sort-motion] ( https://github.com/christoomey/vim-sort-motion ) : Add an operator gs to apply sort
337333- [ targets.vim] ( https://github.com/wellle/targets.vim ) : Some text objects - quotes (q), columns (c), indents (i), line (l), entire buffer (e)
338334- [ vim-tranpose] ( https://github.com/salsifis/vim-transpose ) : Tranpose lines, csv, words, ...
339335- [ vim-unimpaired] ( https://github.com/tpope/vim-unimpaired ) : Toogle Options, Next/Previous, Switch Lines or Add Spaces
340- - [ yankmatches] ( https://github.com/thoughtstream/Damian-Conway-s-Vim-Setup/blob/master/plugin/yankmatches.vim ) : Copy or Delete search results
341-
342336
343337## How to uninstall
344338Just do following:
0 commit comments