Use vim-jjdescription from nixpkgs #169
5 changed files with 3 additions and 16 deletions
2
justfile
2
justfile
|
@ -26,7 +26,7 @@ update-vim-plugins:
|
||||||
cd -
|
cd -
|
||||||
fi
|
fi
|
||||||
# update vim plugins
|
# 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
|
# format the generated output
|
||||||
nix fmt ./nvim/extraPlugins/generated.nix
|
nix fmt ./nvim/extraPlugins/generated.nix
|
||||||
|
|
||||||
|
|
|
@ -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