Added fugitive Vim plugin

This commit is contained in:
Craige McWhirter 2020-01-29 10:41:03 +10:00
parent 060330bc8a
commit 197b5ab16e
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -198,6 +198,7 @@ vim_configurable.customize {
start = [ # Plugins loaded on launch start = [ # Plugins loaded on launch
airline # Lean & mean status/tabline for vim that's light as air airline # Lean & mean status/tabline for vim that's light as air
ctrlp # Full path fuzzy file, buffer, mru, tag, ... finder for Vim ctrlp # Full path fuzzy file, buffer, mru, tag, ... finder for Vim
fugitive # Vim Git wrapper
ghc-mod-vim # Happy Haskell programming on Vim, powered by ghc-mod ghc-mod-vim # Happy Haskell programming on Vim, powered by ghc-mod
gruvbox # Install the gruvbox theme gruvbox # Install the gruvbox theme
neco-ghc # Completion plugin for Haskell, using ghc-mod neco-ghc # Completion plugin for Haskell, using ghc-mod