Skip to content

Commit

Permalink
vimPlugins.idris2-nvim: init at 2023-09-05
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored and teto committed Apr 9, 2024
1 parent 4d89b7c commit 9733446
Show file tree
Hide file tree
Showing 3 changed files with 20 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 @@ -4701,6 +4701,18 @@ final: prev:
meta.homepage = "https://github.com/idris-hackers/idris-vim/";
};

idris2-nvim = buildVimPlugin {
pname = "idris2-nvim";
version = "2023-09-05";
src = fetchFromGitHub {
owner = "ShinKage";
repo = "idris2-nvim";
rev = "8bff02984a33264437e70fd9fff4359679d910da";
sha256 = "sha256-guEmds98XEBKuJVdB+rQB01G+RmnQaG+RTjM6smccAI=";
};
meta.homepage = "https://github.com/ShinKage/idris2-nvim/";
};

idris2-vim = buildVimPlugin {
pname = "idris2-vim";
version = "2020-11-26";
Expand Down
7 changes: 7 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,13 @@
src = "${hurl.src}/contrib/vim";
};

idris2-nvim = super.idris2-nvim.overrideAttrs {
dependencies = with self; [ nui-nvim nvim-lspconfig ];

doInstallCheck = true;
nvimRequireCheck = "idris2";
};

image-nvim = super.image-nvim.overrideAttrs {
dependencies = with self; [
nvim-treesitter
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 @@ -393,6 +393,7 @@ https://github.com/anuvyklack/hydra.nvim/,HEAD,
https://github.com/mboughaba/i3config.vim/,,
https://github.com/cocopon/iceberg.vim/,,
https://github.com/idris-hackers/idris-vim/,,
https://github.com/ShinKage/idris2-nvim/,,
https://github.com/edwinb/idris2-vim/,,
https://github.com/3rd/image.nvim/,HEAD,
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim
Expand Down

0 comments on commit 9733446

Please sign in to comment.