mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +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
|
@ -16,7 +16,7 @@ let
|
|||
types = lib.nixvim.nixvimTypes;
|
||||
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "todo-comments";
|
||||
originalName = "todo-comments.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.todo-comments-nvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue