mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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
5
tests/test-sources/plugins/by-name/idris2/default.nix
Normal file
5
tests/test-sources/plugins/by-name/idris2/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.idris2.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue