home: vim: add some wrapper plugins
This commit is contained in:
parent
fdc150bea2
commit
131ee2ceeb
|
@ -18,6 +18,7 @@
|
||||||
# tpope essentials
|
# tpope essentials
|
||||||
vim-commentary # Easy comments
|
vim-commentary # Easy comments
|
||||||
vim-eunuch # UNIX integrations
|
vim-eunuch # UNIX integrations
|
||||||
|
vim-fugitive # A 'git' wrapper
|
||||||
vim-git # Sane git syntax files
|
vim-git # Sane git syntax files
|
||||||
vim-repeat # Enanche '.' for plugins
|
vim-repeat # Enanche '.' for plugins
|
||||||
vim-rsi # Readline mappings
|
vim-rsi # Readline mappings
|
||||||
|
@ -38,6 +39,11 @@
|
||||||
fastfold # Better folding
|
fastfold # Better folding
|
||||||
vim-qf # Better quick-fix list
|
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
|
# LSP and linting
|
||||||
ale # Asynchronous Linting Engine
|
ale # Asynchronous Linting Engine
|
||||||
lightline-ale # Status bar integration
|
lightline-ale # Status bar integration
|
||||||
|
|
Loading…
Reference in a new issue