nix-community.nixvim/plugins/languages/nix.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
211 B
Nix
Raw Normal View History

{
lib,
helpers,
pkgs,
...
}:
helpers.vim-plugin.mkVimPlugin {
name = "nix";
originalName = "vim-nix";
defaultPackage = pkgs.vimPlugins.vim-nix;
2021-03-01 19:54:40 +00:00
maintainers = [ lib.maintainers.GaetanLepage ];
}