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

Merge pull request #221607 from linsui/lazyvim

parents a3fb8f1b ae8f6bfa
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -171,6 +171,18 @@ final: prev:
    meta.homepage = "https://github.com/vigoux/LanguageTool.nvim/";
  };

  LazyVim = buildVimPluginFrom2Nix {
    pname = "LazyVim";
    version = "2023-03-17";
    src = fetchFromGitHub {
      owner = "LazyVim";
      repo = "LazyVim";
      rev = "c10e550639caef68146d122d9bc4a66f2f38650a";
      sha256 = "04d062kxa0pz57liymim3i17hz51w0690c2y4q22h3kfarcmj0ws";
    };
    meta.homepage = "https://github.com/LazyVim/LazyVim/";
  };

  LeaderF = buildVimPluginFrom2Nix {
    pname = "LeaderF";
    version = "2023-03-02";
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ https://github.com/ionide/Ionide-vim/,HEAD,
https://github.com/martinda/Jenkinsfile-vim-syntax/,,
https://github.com/autozimu/LanguageClient-neovim/,,
https://github.com/vigoux/LanguageTool.nvim/,,
https://github.com/LazyVim/LazyVim/,,
https://github.com/Yggdroot/LeaderF/,,
https://github.com/Valloric/MatchTagAlways/,,
https://github.com/numToStr/Navigator.nvim/,,