mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +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,12 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "git-conflict";
|
||||
originalName = "git-conflict.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.git-conflict-nvim;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
@ -8,7 +7,7 @@ let
|
|||
inherit (lib.nixvim) defaultNullOpts mkPackageOption;
|
||||
types = lib.nixvim.nixvimTypes;
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "gitblame";
|
||||
originalName = "git-blame.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.git-blame-nvim;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "gitsigns";
|
||||
originalName = "gitsigns.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.gitsigns-nvim;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "neogit";
|
||||
defaultPackage = pkgs.vimPlugins.neogit;
|
||||
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "octo";
|
||||
originalName = "octo.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.octo-nvim;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue