summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-17 09:59:43 -0400
committerGitHub <noreply@github.com>2023-03-17 09:59:43 -0400
commit6581b78e67ff04497a0cfcf9e969868b91dc9bcc (patch)
tree273799036aec5041ca7fce29d0e868d0f3f983ef /pkgs/applications/editors
parenta3fb8f1bcb9d660be730e8124df4b92be4fb2029 (diff)
parentae8f6bfab80130dcc43cf1d1c969809ccac02a9e (diff)
downloadnixpkgs-6581b78e67ff04497a0cfcf9e969868b91dc9bcc.tar
nixpkgs-6581b78e67ff04497a0cfcf9e969868b91dc9bcc.tar.gz
nixpkgs-6581b78e67ff04497a0cfcf9e969868b91dc9bcc.tar.bz2
nixpkgs-6581b78e67ff04497a0cfcf9e969868b91dc9bcc.tar.lz
nixpkgs-6581b78e67ff04497a0cfcf9e969868b91dc9bcc.tar.xz
nixpkgs-6581b78e67ff04497a0cfcf9e969868b91dc9bcc.tar.zst
nixpkgs-6581b78e67ff04497a0cfcf9e969868b91dc9bcc.zip
Merge pull request #221607 from linsui/lazyvim
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 377f3f40ab0..252cd0c55eb 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 03968dd8fb6..2134e6b4f21 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/,,