Skip to content

Commit

Permalink
vimPlugins.nvim-colorizer-lua: switch to maintained fork
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda authored and teto committed Sep 13, 2022
1 parent 848939f commit f650d56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit f650d56

Please sign in to comment.