Unverified Commit 1dccac6f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

vimPlugins.pum-vim: init at 2024-01-18
parents 3014c8be c9de427c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,