mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/lsp: add marksman language server (#867)
This commit is contained in:
parent
5fcfb763cd
commit
2bcdcfafe5
2 changed files with 6 additions and 0 deletions
|
@ -352,6 +352,11 @@ with lib; let
|
||||||
};
|
};
|
||||||
settings = cfg: {Lua = cfg;};
|
settings = cfg: {Lua = cfg;};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "marksman";
|
||||||
|
description = "Enable marksman, for Markdown";
|
||||||
|
package = pkgs.marksman;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "metals";
|
name = "metals";
|
||||||
description = "Enable metals, for Scala";
|
description = "Enable metals, for Scala";
|
||||||
|
|
|
@ -111,6 +111,7 @@
|
||||||
leanls.enable = true;
|
leanls.enable = true;
|
||||||
ltex.enable = true;
|
ltex.enable = true;
|
||||||
lua-ls.enable = true;
|
lua-ls.enable = true;
|
||||||
|
marksman.enable = true;
|
||||||
metals.enable = true;
|
metals.enable = true;
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue