2023-02-20 11:42:13 +01:00
|
|
|
{
|
2024-02-09 14:21:22 +01:00
|
|
|
config,
|
2024-03-04 09:35:28 +01:00
|
|
|
lib,
|
2024-02-09 14:21:22 +01:00
|
|
|
helpers,
|
2023-02-20 11:42:13 +01:00
|
|
|
pkgs,
|
|
|
|
...
|
2024-02-09 14:21:22 +01:00
|
|
|
}:
|
|
|
|
helpers.vim-plugin.mkVimPlugin config {
|
|
|
|
name = "nix";
|
2024-02-13 23:25:13 +01:00
|
|
|
originalName = "vim-nix";
|
2024-02-15 09:51:43 +01:00
|
|
|
defaultPackage = pkgs.vimPlugins.vim-nix;
|
2021-03-01 19:54:40 +00:00
|
|
|
|
2024-03-04 09:35:28 +01:00
|
|
|
maintainers = [lib.maintainers.GaetanLepage];
|
|
|
|
|
2024-02-09 14:21:22 +01:00
|
|
|
# Possibly add option to disable Treesitter highlighting if this is installed
|
|
|
|
options = {};
|
|
|
|
}
|