mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 11:44:32 +02:00
lib/neovim-plugin: drop config
arg
This commit is contained in:
parent
2a054b039e
commit
18b7597e6c
101 changed files with 127 additions and 201 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
options,
|
||||
pkgs,
|
||||
...
|
||||
|
@ -31,7 +30,7 @@ let
|
|||
};
|
||||
};
|
||||
in
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "fzf-lua";
|
||||
defaultPackage = pkgs.vimPlugins.fzf-lua;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue