From ae8f6bfab80130dcc43cf1d1c969809ccac02a9e Mon Sep 17 00:00:00 2001 From: linsui Date: Fri, 17 Mar 2023 15:33:24 +0800 Subject: [PATCH] vimPlugins.LazyVim: init at 2023-03-16 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 49fc219c3422..ba24e1359af6 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 15184a29c6c4..fa1fea2ab881 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,