mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #323435 from khaneliman/precognition
vimPlugins.precognition-nvim: init at 2024-06-25
This commit is contained in:
commit
bd284239f1
2 changed files with 13 additions and 0 deletions
|
@ -9280,6 +9280,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/nvim-lua/popup.nvim/";
|
||||
};
|
||||
|
||||
precognition-nvim = buildVimPlugin {
|
||||
pname = "precognition.nvim";
|
||||
version = "2024-06-25";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tris203";
|
||||
repo = "precognition.nvim";
|
||||
rev = "2a566f03eb06859298eff837f3a6686dfa5304a5";
|
||||
sha256 = "XLcyRB4ow5nPoQ0S29bx0utV9Z/wogg7c3rozYSqlWE=";
|
||||
};
|
||||
meta.homepage = "https://github.com/tris203/precognition.nvim";
|
||||
};
|
||||
|
||||
presence-nvim = buildVimPlugin {
|
||||
pname = "presence.nvim";
|
||||
version = "2023-01-29";
|
||||
|
|
|
@ -779,6 +779,7 @@ https://github.com/olivercederborg/poimandres.nvim/,HEAD,
|
|||
https://github.com/dleonard0/pony-vim-syntax/,,
|
||||
https://github.com/RishabhRD/popfix/,,
|
||||
https://github.com/nvim-lua/popup.nvim/,,
|
||||
https://github.com/tris203/precognition.nvim/,HEAD,
|
||||
https://github.com/andweeb/presence.nvim/,,
|
||||
https://github.com/sotte/presenting.vim/,,
|
||||
https://github.com/ewilazarus/preto/,HEAD,
|
||||
|
|
Loading…
Reference in a new issue