nix-community.nixvim/plugins/by-name/nix/default.nix

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

14 lines
268 B
Nix
Raw Normal View History

{
lib,
helpers,
...
}:
2024-12-22 09:58:27 +00:00
lib.nixvim.plugins.mkVimPlugin {
name = "nix";
packPathName = "vim-nix";
package = "vim-nix";
2025-06-18 02:42:47 +03:00
description = "Syntax highlighting and indenting for the Nix expression language.";
2021-03-01 19:54:40 +00:00
maintainers = [ lib.maintainers.GaetanLepage ];
}