mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 11:20:19 +01:00
neovim: Handle nixvim update
This commit is contained in:
parent
19c7f47cab
commit
5e869ba756
1 changed files with 2 additions and 5 deletions
|
|
@ -1,15 +1,12 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "diagram-nvim";
|
||||
originalName = "diagram.nvim";
|
||||
luaName = "diagram";
|
||||
defaultPackage = pkgs.vimPlugins.diagram-nvim;
|
||||
package = "diagram-nvim";
|
||||
|
||||
maintainers = [ lib.maintainers.traxys ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue