mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-26 09:10:37 -04:00
lsp.servers: add ols (odin language)
Signed-off-by: Tilman Andre Mix <tilmanmixyz@proton.me>
This commit is contained in:
committed by
Gaétan Lepage
parent
ebe13a1d24
commit
be87bb0fd6
@@ -393,6 +393,11 @@ with lib; let
|
||||
package = pkgs.nixd;
|
||||
settings = cfg: {nixd = cfg;};
|
||||
}
|
||||
{
|
||||
name = "ols";
|
||||
description = "Enable ols, for the odin programming language";
|
||||
package = pkgs.ols;
|
||||
}
|
||||
{
|
||||
name = "omnisharp";
|
||||
description = "Enable omnisharp language server, for C#";
|
||||
|
||||
Reference in New Issue
Block a user