Removed ghc-mod
This commit is contained in:
parent
1bcbf15ef0
commit
456fcbea6a
|
@ -200,9 +200,8 @@ vim_configurable.customize {
|
||||||
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
|
fugitive # Vim Git wrapper
|
||||||
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
|
haskell-vim # Syntax Highlighting and Indentation for Haskell
|
||||||
neocomplete-vim # Keyword completion system
|
neocomplete-vim # Keyword completion system
|
||||||
nerdcommenter # Comment functions so powerful—no comment necessary
|
nerdcommenter # Comment functions so powerful—no comment necessary
|
||||||
nerdtree # File system explorer
|
nerdtree # File system explorer
|
||||||
|
@ -218,8 +217,6 @@ vim_configurable.customize {
|
||||||
vim-nix # Support for writing Nix expressions in vim
|
vim-nix # Support for writing Nix expressions in vim
|
||||||
vim-addon-nix # Scripts assisting writing .nix files
|
vim-addon-nix # Scripts assisting writing .nix files
|
||||||
vim-polyglot # A solid language pack for Vim
|
vim-polyglot # A solid language pack for Vim
|
||||||
vimproc # Interactive command execution required by ghc-mod-vim
|
|
||||||
#youcompleteme # A code-completion engine for Vim - See nixpkgs issue #64048
|
|
||||||
];
|
];
|
||||||
# manually loadable by calling `:packadd $plugin-name`
|
# manually loadable by calling `:packadd $plugin-name`
|
||||||
# opt = [ phpCompletion elm-vim ];
|
# opt = [ phpCompletion elm-vim ];
|
||||||
|
|
Loading…
Reference in a new issue