about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMateus Alves <98139059+redyf@users.noreply.github.com>2024-02-12 06:36:27 -0300
committerGitHub <noreply@github.com>2024-02-12 10:36:27 +0100
commit21c21e559ccd64d45dc140a0b644a35ca46a5129 (patch)
tree7c04a3a46a00509c9ee1192c4b3ffc4a59c4ecf9
parent4356bc15ae5a1502d63a38962b8779f663918a67 (diff)
downloadnixlib-21c21e559ccd64d45dc140a0b644a35ca46a5129.tar
nixlib-21c21e559ccd64d45dc140a0b644a35ca46a5129.tar.gz
nixlib-21c21e559ccd64d45dc140a0b644a35ca46a5129.tar.bz2
nixlib-21c21e559ccd64d45dc140a0b644a35ca46a5129.tar.lz
nixlib-21c21e559ccd64d45dc140a0b644a35ca46a5129.tar.xz
nixlib-21c21e559ccd64d45dc140a0b644a35ca46a5129.tar.zst
nixlib-21c21e559ccd64d45dc140a0b644a35ca46a5129.zip
vimPlugins.neocord: init at 2024-02-10 (#288120)
-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 59d9f68e25f9..32e4d167625a 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -6094,6 +6094,18 @@ final: prev:
     meta.homepage = "https://github.com/folke/neoconf.nvim/";
   };
 
+  neocord = buildVimPlugin {
+    pname = "neocord";
+    version = "2024-02-10";
+    src = fetchFromGitHub {
+      owner = "IogaMaster";
+      repo = "neocord";
+      rev = "d5f51d466644fe3c62eda4c41e373ecdc299a367";
+      sha256 = "1gv7lkqgiljgazzm0r5nbnvj3rj0l376bcz3hf2d881h4xi2lq3l";
+    };
+    meta.homepage = "https://github.com/IogaMaster/neocord";
+  };
+
   neodark-vim = buildVimPlugin {
     pname = "neodark.vim";
     version = "2024-01-12";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 2622f92f0ac2..11107d93668d 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -82,6 +82,7 @@ https://github.com/romgrk/barbar.nvim/,,
 https://github.com/utilyre/barbecue.nvim/,,
 https://github.com/chriskempson/base16-vim/,,
 https://github.com/nvchad/base46/,HEAD,
+https://github.com/IogaMaster/neocord.git,main,
 https://github.com/jamespwilliams/bat.vim/,HEAD,
 https://github.com/vim-scripts/bats.vim/,,
 https://github.com/rbgrouleff/bclose.vim/,,