1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-23 02:39:42 +01:00
nixvim/plugins/by-name/nix/default.nix

13 lines
268 B
Nix

{
lib,
helpers,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "nix";
packPathName = "vim-nix";
package = "vim-nix";
description = "Syntax highlighting and indenting for the Nix expression language.";
maintainers = [ lib.maintainers.GaetanLepage ];
}