Added fugitive Vim plugin
This commit is contained in:
parent
060330bc8a
commit
197b5ab16e
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue