mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #220715 from figsoda/flatten
This commit is contained in:
commit
b538bc5f43
2 changed files with 13 additions and 0 deletions
|
@ -3010,6 +3010,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/andviro/flake8-vim/";
|
||||
};
|
||||
|
||||
flatten-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "flatten.nvim";
|
||||
version = "2023-03-11";
|
||||
src = fetchFromGitHub {
|
||||
owner = "willothy";
|
||||
repo = "flatten.nvim";
|
||||
rev = "438c8b8ff8bc02e5c6650d55ec0094f56697f70a";
|
||||
sha256 = "1kby1448pqi3fgmmkkfd5ms1ln13hab3g4xnnm1cy9bppa441p24";
|
||||
};
|
||||
meta.homepage = "https://github.com/willothy/flatten.nvim/";
|
||||
};
|
||||
|
||||
flit-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "flit.nvim";
|
||||
version = "2023-03-04";
|
||||
|
|
|
@ -251,6 +251,7 @@ 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/willothy/flatten.nvim/,HEAD,
|
||||
https://github.com/ggandor/flit.nvim/,HEAD,
|
||||
https://github.com/ncm2/float-preview.nvim/,,
|
||||
https://github.com/fhill2/floating.nvim/,,
|
||||
|
|
Loading…
Reference in a new issue