vimPlugins.live-command-nvim: init at 2022-10-06

This commit is contained in:
figsoda 2022-10-08 17:51:45 -04:00
parent d1a8b12916
commit 232f8d1ea0
2 changed files with 13 additions and 0 deletions

View File

@ -4161,6 +4161,18 @@ final: prev:
meta.homepage = "https://github.com/ldelossa/litee.nvim/";
};
live-command-nvim = buildVimPluginFrom2Nix {
pname = "live-command.nvim";
version = "2022-10-06";
src = fetchFromGitHub {
owner = "smjonas";
repo = "live-command.nvim";
rev = "76abef7bcf40afd8db381c8d95a0f3143aa28e68";
sha256 = "0swz1pvzl5fr57y7vzxzb9gqfmw5d3zh0751hgj7jqdy4hn00a6z";
};
meta.homepage = "https://github.com/smjonas/live-command.nvim/";
};
lsp-colors-nvim = buildVimPluginFrom2Nix {
pname = "lsp-colors.nvim";
version = "2022-09-05";

View File

@ -348,6 +348,7 @@ https://github.com/ldelossa/litee-calltree.nvim/,,
https://github.com/ldelossa/litee-filetree.nvim/,,
https://github.com/ldelossa/litee-symboltree.nvim/,,
https://github.com/ldelossa/litee.nvim/,,
https://github.com/smjonas/live-command.nvim/,HEAD,
https://github.com/folke/lsp-colors.nvim/,,
https://github.com/lukas-reineke/lsp-format.nvim/,HEAD,
https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD,