mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
flake-modules/new-plugin: init
Allows quickly creating new plugins to help fulfill plugin creation requests.
This commit is contained in:
parent
a9578bcae5
commit
35b6d9bc9d
2 changed files with 136 additions and 0 deletions
|
@ -116,6 +116,11 @@
|
|||
command = ''${pkgs.python3.interpreter} ${./locate-lsp-packages.py}'';
|
||||
help = "Locate (with nix-index) LSP servers in nixpkgs";
|
||||
}
|
||||
{
|
||||
name = "new-plugin";
|
||||
command = ''${pkgs.python3.interpreter} ${./new-plugin.py} "$@"'';
|
||||
help = "Create a new plugin";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue