You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should reading the docs of these plugins to understand them better.
23
+
24
+
*[fzf.vim](https://github.com/junegunn/fzf.vim): Fuzzy file, buffer, tag finder and grep code,... It's mapped to <Ctrl+P> (use it together with ripgrep)
25
+
*[ack.vim](https://github.com/mileszs/ack.vim): Run your favorite search tool from Vim, with an enhanced results list (use it together with ripgrep)
26
+
*[coc.nvim](https://github.com/neoclide/coc.nvim): Intellisense engine for Vim8 & Neovim, full language server protocol support as VSCode
27
+
*[ale](https://github.com/w0rp/ale): Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
28
+
*[defx.nvim](https://github.com/Shougo/defx.nvim): The dark powered file explorer implementation
29
+
*[vim-fugitive](https://github.com/tpope/vim-fugitive): A Git wrapper so awesome, it should be illegal
30
+
*[gv.vim](https://github.com/junegunn/gv.vim): A git commit browser in Vim
31
+
*[vim-commentary](https://github.com/tpope/vim-commentary): Comment stuff out
32
+
*[vim-surround](https://github.com/tpope/vim-surround): quoting/parenthesizing made simple
33
+
*[vim-repeat](https://github.com/tpope/vim-repeat): Enable repeating supported plugin maps with "."
34
+
*[vim-sneak](https://github.com/justinmk/vim-sneak): The missing motion for Vim
35
+
*[vim-textobj-user](https://github.com/kana/vim-textobj-user): Create your own text objects
36
+
*[vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator): Seamless navigation between tmux panes and vim splits
37
+
*[indentLine](https://github.com/Yggdroot/indentLine): A vim plugin to display the indention levels with thin vertical lines
38
+
*[vim-yankstack](https://github.com/maxbrunsfeld/vim-yankstack): Manage your yank stack
39
+
*[vim-test](https://github.com/vim-test/vim-test): A Vim wrapper for running tests on different granularities
40
+
*[asyncrun.vim](https://github.com/skywind3000/asyncrun.vim/): Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window
41
+
*[splitjoin.vim](https://github.com/AndrewRadev/splitjoin.vim): Switch between single-line and multiline forms of code
0 commit comments