Use vim-jjdescription from nixpkgs #169

Merged
jalil merged 2 commits from nixpkgs-jjdescription into main 2024-12-03 17:52:50 +01:00
5 changed files with 3 additions and 16 deletions

View file

@ -26,7 +26,7 @@ update-vim-plugins:
cd -
fi
# update vim plugins
nix run nixpkgs#vimPluginsUpdater -- --nixpkgs "$nixpkgs" --no-commit -i ./nvim/extraPlugins/plugins -o ./nvim/extraPlugins/generated.nix update
nix run nixpkgs#vimPluginsUpdater -- --proc=1 --nixpkgs "$nixpkgs" --no-commit -i ./nvim/extraPlugins/plugins -o ./nvim/extraPlugins/generated.nix update
# format the generated output
nix fmt ./nvim/extraPlugins/generated.nix

View file

@ -7,5 +7,5 @@ let
in
{
inherit overlay;
inherit (plugins) vim-jjdescription nvim-silicon;
inherit (plugins) nvim-silicon;
}

View file

@ -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/";
};
}

View file

@ -1,3 +1,2 @@
repo,branch,alias
https://github.com/michaelrommel/nvim-silicon/,,
https://github.com/avm99963/vim-jjdescription/,,

View file

@ -58,7 +58,7 @@
[
plugins.nui-nvim
plugins.nvim-web-devicons
extraPlugins.vim-jjdescription
plugins.vim-jjdescription
extraPlugins.nvim-silicon
];
# Formatting & linters