vimPlugins.popup-nvim: init at 2020-10-08

This commit is contained in:
RonanMacF 2020-11-14 18:47:57 +00:00 committed by Jonathan Ringer
parent 3e504fa597
commit cc9c13ca4a
2 changed files with 13 additions and 0 deletions

View File

@ -2806,6 +2806,18 @@ let
meta.homepage = "https://github.com/dleonard0/pony-vim-syntax/";
};
popup-nvim = buildVimPluginFrom2Nix {
pname = "popup-nvim";
version = "2020-10-08";
src = fetchFromGitHub {
owner = "nvim-lua";
repo = "popup.nvim";
rev = "8f128cc7b2a1d759ce343ef92ea311526c6bbe13";
sha256 = "1jxy6lp7r1wvd296x4ql6c9w43iwdwaf8jzyg5azs3x9cdyx9b73";
};
meta.homepage = "https://github.com/nvim-lua/popup.nvim/";
};
PreserveNoEOL = buildVimPluginFrom2Nix {
pname = "PreserveNoEOL";
version = "2013-06-14";

View File

@ -375,6 +375,7 @@ nvim-lua/completion-nvim
nvim-lua/diagnostic-nvim
nvim-lua/lsp_extensions.nvim
nvim-lua/plenary.nvim
nvim-lua/popup.nvim
nvim-telescope/telescope.nvim
nvim-treesitter/completion-treesitter
nvim-treesitter/nvim-treesitter