mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
misc: update inputs + make use of upstream plugins (#294)
This commit is contained in:
parent
7f50b54bfb
commit
e46b7302af
12 changed files with 45 additions and 353 deletions
|
@ -6,12 +6,11 @@
|
|||
} @ args:
|
||||
with lib; let
|
||||
helpers = import ../helpers.nix args;
|
||||
plugin-defs = import ../plugin-defs.nix {inherit pkgs;};
|
||||
in {
|
||||
options.plugins.inc-rename = {
|
||||
enable = mkEnableOption "inc-rename, a plugin previewing LSP renaming";
|
||||
|
||||
package = helpers.mkPackageOption "inc-rename" plugin-defs.inc-rename;
|
||||
package = helpers.mkPackageOption "inc-rename" pkgs.vimPlugins.inc-rename-nvim;
|
||||
|
||||
cmdName = helpers.defaultNullOpts.mkStr "IncRename" "the name of the command";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue