mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.popup-nvim: init at 2020-10-08
This commit is contained in:
parent
3e504fa597
commit
cc9c13ca4a
2 changed files with 13 additions and 0 deletions
|
@ -2806,6 +2806,18 @@ let
|
||||||
meta.homepage = "https://github.com/dleonard0/pony-vim-syntax/";
|
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 {
|
PreserveNoEOL = buildVimPluginFrom2Nix {
|
||||||
pname = "PreserveNoEOL";
|
pname = "PreserveNoEOL";
|
||||||
version = "2013-06-14";
|
version = "2013-06-14";
|
||||||
|
|
|
@ -375,6 +375,7 @@ nvim-lua/completion-nvim
|
||||||
nvim-lua/diagnostic-nvim
|
nvim-lua/diagnostic-nvim
|
||||||
nvim-lua/lsp_extensions.nvim
|
nvim-lua/lsp_extensions.nvim
|
||||||
nvim-lua/plenary.nvim
|
nvim-lua/plenary.nvim
|
||||||
|
nvim-lua/popup.nvim
|
||||||
nvim-telescope/telescope.nvim
|
nvim-telescope/telescope.nvim
|
||||||
nvim-treesitter/completion-treesitter
|
nvim-treesitter/completion-treesitter
|
||||||
nvim-treesitter/nvim-treesitter
|
nvim-treesitter/nvim-treesitter
|
||||||
|
|
Loading…
Reference in a new issue