mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
plugins/idris2: init
Adds the `idris2` neovim plugin. Also changes `idris2-lsp` to enable this new `idris2` plugin when enabled, as it's required for `idris2-lsp` to work at all.
This commit is contained in:
parent
6b0c5d594a
commit
ae2b9bd445
3 changed files with 25 additions and 1 deletions
11
plugins/by-name/idris2/default.nix
Normal file
11
plugins/by-name/idris2/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
helpers,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "idris2";
|
||||
originalName = "idris2";
|
||||
package = "idris2-nvim";
|
||||
maintainers = [ lib.maintainers.mitchmindtree ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue