mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue