about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-09-13 11:16:28 -0400
committerMatthieu Coudron <teto@users.noreply.github.com>2022-09-13 22:46:37 +0200
commitf650d568111b4c4bf5276a14db4e2b26e3c1fa8a (patch)
tree21a1048247152b9cff5a9247ffae7af522d4c8f8 /pkgs/applications/editors/vim
parent848939f1100b660fda2afd3a7dc4345686e19001 (diff)
downloadnixlib-f650d568111b4c4bf5276a14db4e2b26e3c1fa8a.tar
nixlib-f650d568111b4c4bf5276a14db4e2b26e3c1fa8a.tar.gz
nixlib-f650d568111b4c4bf5276a14db4e2b26e3c1fa8a.tar.bz2
nixlib-f650d568111b4c4bf5276a14db4e2b26e3c1fa8a.tar.lz
nixlib-f650d568111b4c4bf5276a14db4e2b26e3c1fa8a.tar.xz
nixlib-f650d568111b4c4bf5276a14db4e2b26e3c1fa8a.tar.zst
nixlib-f650d568111b4c4bf5276a14db4e2b26e3c1fa8a.zip
vimPlugins.nvim-colorizer-lua: switch to maintained fork
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix10
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names2
2 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 9ed7903e2826..5b473ef8c49c 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -5255,14 +5255,14 @@ final: prev:
 
   nvim-colorizer-lua = buildVimPluginFrom2Nix {
     pname = "nvim-colorizer.lua";
-    version = "2020-06-11";
+    version = "2022-09-10";
     src = fetchFromGitHub {
-      owner = "norcalli";
+      owner = "nvchad";
       repo = "nvim-colorizer.lua";
-      rev = "36c610a9717cc9ec426a07c8e6bf3b3abcb139d6";
-      sha256 = "0gvqdfkqf6k9q46r0vcc3nqa6w45gsvp8j4kya1bvi24vhifg2p9";
+      rev = "2664070cd04f2b9f803a10dd328a562be8ab15ca";
+      sha256 = "16myjv2hrqr2kk14mqidyrhdnz1i3p00yf0w97f4kxrdd158p1nz";
     };
-    meta.homepage = "https://github.com/norcalli/nvim-colorizer.lua/";
+    meta.homepage = "https://github.com/nvchad/nvim-colorizer.lua/";
   };
 
   nvim-comment = buildVimPluginFrom2Nix {
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 4708e3c2c9bd..92910fdff010 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -442,7 +442,7 @@ https://github.com/ojroques/nvim-bufdel/,,
 https://github.com/roxma/nvim-cm-racer/,,
 https://github.com/hrsh7th/nvim-cmp/,,
 https://github.com/weilbith/nvim-code-action-menu/,,
-https://github.com/norcalli/nvim-colorizer.lua/,,
+https://github.com/nvchad/nvim-colorizer.lua/,,
 https://github.com/terrortylor/nvim-comment/,,
 https://github.com/hrsh7th/nvim-compe/,,
 https://github.com/roxma/nvim-completion-manager/,,