Skip to content

Commit

Permalink
vimPlugins.precognition-nvim: init at 2024-06-25
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jun 29, 2024
1 parent 3e1871e commit 10e742b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9256,6 +9256,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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,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,
Expand Down

0 comments on commit 10e742b

Please sign in to comment.