mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/lsp/idris2-lsp: init
This commit is contained in:
parent
8fd162d951
commit
e170e4b598
2 changed files with 10 additions and 0 deletions
|
@ -246,6 +246,15 @@ let
|
|||
description = "htmx for HTMX";
|
||||
package = "htmx-lsp";
|
||||
}
|
||||
{
|
||||
name = "idris2-lsp";
|
||||
description = "Idris 2 Language Server";
|
||||
serverName = "idris2_lsp";
|
||||
package = [
|
||||
"idris2Packages"
|
||||
"idris2Lsp"
|
||||
];
|
||||
}
|
||||
{
|
||||
name = "intelephense";
|
||||
description = "intelephense for PHP";
|
||||
|
|
|
@ -144,6 +144,7 @@
|
|||
hls.enable = true;
|
||||
html.enable = true;
|
||||
htmx.enable = true;
|
||||
idris2-lsp.enable = true;
|
||||
java-language-server.enable = true;
|
||||
jdt-language-server.enable = true;
|
||||
jsonls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue