pkg(nixvim): Add idris2 language configuration
This commit is contained in:
parent
56dc7f3bba
commit
400742f8a9
1 changed files with 9 additions and 0 deletions
9
pkgs/nixvim/lang/idris2.nix
Normal file
9
pkgs/nixvim/lang/idris2.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
extraPackagesAfter = with pkgs; [idris2Packages.idris2Lsp];
|
||||
lsp.servers.idris2 = {
|
||||
enable = true;
|
||||
};
|
||||
youthlic.plugins.idris2 = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue