refactor(nvim): use vim-jjdescription from nixpkgs
All checks were successful
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
All checks were successful
/ check (push) Successful in 48s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 2s
/ build (nvim) (push) Successful in 1s
The out of tree package is no longer needed.
This commit is contained in:
parent
58425620dc
commit
a0d66df608
4 changed files with 2 additions and 15 deletions
|
@ -7,5 +7,5 @@ let
|
|||
in
|
||||
{
|
||||
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/";
|
||||
};
|
||||
|
||||
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
|
||||
https://github.com/michaelrommel/nvim-silicon/,,
|
||||
https://github.com/avm99963/vim-jjdescription/,,
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
[
|
||||
plugins.nui-nvim
|
||||
plugins.nvim-web-devicons
|
||||
extraPlugins.vim-jjdescription
|
||||
plugins.vim-jjdescription
|
||||
extraPlugins.nvim-silicon
|
||||
];
|
||||
# Formatting & linters
|
||||
|
|
Loading…
Reference in a new issue