home: vim: add some wrapper plugins
This commit is contained in:
parent
fdc150bea2
commit
131ee2ceeb
|
@ -18,6 +18,7 @@
|
|||
# tpope essentials
|
||||
vim-commentary # Easy comments
|
||||
vim-eunuch # UNIX integrations
|
||||
vim-fugitive # A 'git' wrapper
|
||||
vim-git # Sane git syntax files
|
||||
vim-repeat # Enanche '.' for plugins
|
||||
vim-rsi # Readline mappings
|
||||
|
@ -38,6 +39,11 @@
|
|||
fastfold # Better folding
|
||||
vim-qf # Better quick-fix list
|
||||
|
||||
# Other wrappers
|
||||
fzfWrapper # The vim plugin inside the 'fzf' package
|
||||
fzf-vim # Fuzzy commands
|
||||
git-messenger-vim # A simple blame window
|
||||
|
||||
# LSP and linting
|
||||
ale # Asynchronous Linting Engine
|
||||
lightline-ale # Status bar integration
|
||||
|
|
Loading…
Reference in a new issue