vimPlugins: add glacambre/firenvim

This commit is contained in:
Sandro Jäckel 2022-11-03 16:57:57 +01:00 committed by Sandro Jäckel
parent a2bd13fa32
commit 3c346b0d32
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 13 additions and 0 deletions

View file

@ -2877,6 +2877,18 @@ final: prev:
meta.homepage = "https://github.com/bogado/file-line/";
};
firenvim = buildVimPluginFrom2Nix {
pname = "firenvim";
version = "2022-11-02";
src = fetchFromGitHub {
owner = "glacambre";
repo = "firenvim";
rev = "eeaddd0b503f841fa24f60cebd14fa93d2b33f77";
sha256 = "03sp9v8avqm6f12bki45d996aph9gvy4i1rz6qfka6ilhmpw3nj5";
};
meta.homepage = "https://github.com/glacambre/firenvim/";
};
flake8-vim = buildVimPluginFrom2Nix {
pname = "flake8-vim";
version = "2020-10-20";

View file

@ -240,6 +240,7 @@ https://github.com/lambdalisue/fern.vim/,,
https://github.com/wincent/ferret/,,
https://github.com/j-hui/fidget.nvim/,,
https://github.com/bogado/file-line/,,
https://github.com/glacambre/firenvim/,HEAD,
https://github.com/andviro/flake8-vim/,,
https://github.com/ggandor/flit.nvim/,HEAD,
https://github.com/ncm2/float-preview.nvim/,,