vimPlugins: add glacambre/firenvim
This commit is contained in:
parent
a2bd13fa32
commit
3c346b0d32
@ -2877,6 +2877,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/bogado/file-line/";
|
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 {
|
flake8-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "flake8-vim";
|
pname = "flake8-vim";
|
||||||
version = "2020-10-20";
|
version = "2020-10-20";
|
||||||
|
@ -240,6 +240,7 @@ https://github.com/lambdalisue/fern.vim/,,
|
|||||||
https://github.com/wincent/ferret/,,
|
https://github.com/wincent/ferret/,,
|
||||||
https://github.com/j-hui/fidget.nvim/,,
|
https://github.com/j-hui/fidget.nvim/,,
|
||||||
https://github.com/bogado/file-line/,,
|
https://github.com/bogado/file-line/,,
|
||||||
|
https://github.com/glacambre/firenvim/,HEAD,
|
||||||
https://github.com/andviro/flake8-vim/,,
|
https://github.com/andviro/flake8-vim/,,
|
||||||
https://github.com/ggandor/flit.nvim/,HEAD,
|
https://github.com/ggandor/flit.nvim/,HEAD,
|
||||||
https://github.com/ncm2/float-preview.nvim/,,
|
https://github.com/ncm2/float-preview.nvim/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user