diff --git a/roles/vim.nix b/roles/vim.nix index 69d2b66..bd316da 100644 --- a/roles/vim.nix +++ b/roles/vim.nix @@ -200,9 +200,8 @@ vim_configurable.customize { airline # Lean & mean status/tabline for vim that's light as air 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 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 nerdcommenter # Comment functions so powerful—no comment necessary nerdtree # File system explorer @@ -218,8 +217,6 @@ vim_configurable.customize { vim-nix # Support for writing Nix expressions in vim vim-addon-nix # Scripts assisting writing .nix files 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` # opt = [ phpCompletion elm-vim ];