mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +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
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "treesitter-context";
|
||||
originalName = "nvim-treesitter-context";
|
||||
defaultPackage = pkgs.vimPlugins.nvim-treesitter-context;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "treesitter";
|
||||
originalName = "nvim-treesitter";
|
||||
luaName = "nvim-treesitter.configs";
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "ts-autotag";
|
||||
originalName = "nvim-ts-autotag";
|
||||
luaName = "nvim-ts-autotag";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue