Use vim-jjdescription from nixpkgs #169
4 changed files with 2 additions and 15 deletions
|
@ -7,5 +7,5 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit overlay;
|
inherit overlay;
|
||||||
inherit (plugins) vim-jjdescription nvim-silicon;
|
inherit (plugins) nvim-silicon;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,16 +20,4 @@ final: prev: {
|
||||||
meta.homepage = "https://github.com/michaelrommel/nvim-silicon/";
|
meta.homepage = "https://github.com/michaelrommel/nvim-silicon/";
|
||||||
};
|
};
|
||||||
|
|
||||||
vim-jjdescription = buildVimPlugin {
|
|
||||||
pname = "vim-jjdescription";
|
|
||||||
version = "2024-05-28";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "avm99963";
|
|
||||||
repo = "vim-jjdescription";
|
|
||||||
rev = "ca14325202f3cd894d01ba833451017624249222";
|
|
||||||
sha256 = "1y83fdih991ivlvgcwp0sx97icmf9k6px7mr26vb77izjlf011w2";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/avm99963/vim-jjdescription/";
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
repo,branch,alias
|
repo,branch,alias
|
||||||
https://github.com/michaelrommel/nvim-silicon/,,
|
https://github.com/michaelrommel/nvim-silicon/,,
|
||||||
https://github.com/avm99963/vim-jjdescription/,,
|
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
[
|
[
|
||||||
plugins.nui-nvim
|
plugins.nui-nvim
|
||||||
plugins.nvim-web-devicons
|
plugins.nvim-web-devicons
|
||||||
extraPlugins.vim-jjdescription
|
plugins.vim-jjdescription
|
||||||
extraPlugins.nvim-silicon
|
extraPlugins.nvim-silicon
|
||||||
];
|
];
|
||||||
# Formatting & linters
|
# Formatting & linters
|
||||||
|
|
Loading…
Reference in a new issue