Unverified Commit b538bc5f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #220715 from figsoda/flatten

parents db901673 347cb9c9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,