mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;};
|
||||
}
|
||||
{
|
||||
name = "marksman";
|
||||
description = "Enable marksman, for Markdown";
|
||||
package = pkgs.marksman;
|
||||
}
|
||||
{
|
||||
name = "metals";
|
||||
description = "Enable metals, for Scala";
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
leanls.enable = true;
|
||||
ltex.enable = true;
|
||||
lua-ls.enable = true;
|
||||
marksman.enable = true;
|
||||
metals.enable = true;
|
||||
nil_ls.enable = true;
|
||||
nixd.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue