nixvim plugins
install all currently wanted plugins
This commit is contained in:
17
home/programs/nixvim/plugins/haskell-tools.nix
Normal file
17
home/programs/nixvim/plugins/haskell-tools.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.nixvim = {
|
||||
extraPackages = with pkgs; [
|
||||
haskell.compiler.native-bignum.ghc912
|
||||
haskellPackages.haskell-language-server
|
||||
haskellPackages.stack
|
||||
haskellPackages.fast-tags
|
||||
haskellPackages.hoogle
|
||||
haskellPackages.haskell-debug-adapter
|
||||
haskellPackages.ghci-dap
|
||||
];
|
||||
|
||||
extraPlugins = with pkgs.vimPlugins; [ haskell-tools-nvim ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user