specify lsp configuration in lang module

This commit is contained in:
sjcobb 2025-05-30 13:29:04 +01:00
commit 385793a2ea
2 changed files with 7 additions and 1 deletions

View file

@ -20,7 +20,9 @@
servers = {
marksman = {
enable = true;
cmd = ["${pkgs.marksman}/bin/marksman" "server"];
cmd = [(getExe pkgs.marksman) "server"];
filetypes = ["markdown" "markdown.mdx"];
root_markers = [".marksman.toml" ".git"];
};
};