Merge pull request #293288 from euank/vim-plugin-pum

vimPlugins.pum-vim: init at 2024-01-18
This commit is contained in:
Gaétan Lepage 2024-08-22 23:23:48 +02:00 committed by GitHub
commit 1dccac6fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -9461,6 +9461,18 @@ final: prev:
meta.homepage = "https://github.com/frigoeu/psc-ide-vim/";
};
pum-vim = buildVimPlugin {
pname = "pum.vim";
version = "2024-08-17";
src = fetchFromGitHub {
owner = "Shougo";
repo = "pum.vim";
rev = "d9995c8f134ee84322d3dc6f12ea7f061dcacf3f";
sha256 = "19akkaqja5khb3nqcm7yj84735vzkwqlr37k18bj34ncm60z9knw";
};
meta.homepage = "https://github.com/Shougo/pum.vim/";
};
purescript-vim = buildVimPlugin {
pname = "purescript-vim";
version = "2023-02-06";

View File

@ -795,6 +795,7 @@ https://github.com/vim-scripts/prev_indent/,,
https://github.com/ahmedkhalf/project.nvim/,,
https://github.com/kevinhwang91/promise-async/,HEAD,
https://github.com/frigoeu/psc-ide-vim/,,
https://github.com/Shougo/pum.vim/,HEAD,
https://github.com/purescript-contrib/purescript-vim/,,
https://github.com/python-mode/python-mode/,,
https://github.com/vim-python/python-syntax/,,