vimPlugins.nvim-highlight-colors: init at 2022-09-28

This commit is contained in:
figsoda 2022-10-02 18:51:40 -04:00
parent 3565d5566c
commit eadcfe74dd
2 changed files with 13 additions and 0 deletions

View File

@ -5469,6 +5469,18 @@ final: prev:
meta.homepage = "https://github.com/smiteshp/nvim-gps/";
};
nvim-highlight-colors = buildVimPluginFrom2Nix {
pname = "nvim-highlight-colors";
version = "2022-09-28";
src = fetchFromGitHub {
owner = "brenoprata10";
repo = "nvim-highlight-colors";
rev = "5d20935b99d976ffa0d8226a78a8b2e091f0f699";
sha256 = "0mqczqcrz2iz0k52k5bglad6rbsr8dddm5mvb1gsihbqp0ijyj85";
};
meta.homepage = "https://github.com/brenoprata10/nvim-highlight-colors/";
};
nvim-highlite = buildVimPluginFrom2Nix {
pname = "nvim-highlite";
version = "2022-08-22";

View File

@ -460,6 +460,7 @@ https://github.com/vijaymarupudi/nvim-fzf/,,
https://github.com/vijaymarupudi/nvim-fzf-commands/,,
https://github.com/sakhnik/nvim-gdb/,,
https://github.com/smiteshp/nvim-gps/,,
https://github.com/brenoprata10/nvim-highlight-colors/,HEAD,
https://github.com/Iron-E/nvim-highlite/,,
https://github.com/kevinhwang91/nvim-hlslens/,,
https://github.com/neovimhaskell/nvim-hs.vim/,,