mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +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,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
@ -8,7 +7,7 @@ let
|
|||
inherit (lib) types;
|
||||
inherit (lib.nixvim) defaultNullOpts;
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "nvim-snippets";
|
||||
luaName = "snippets";
|
||||
defaultPackage = pkgs.vimPlugins.nvim-snippets;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue