Add markdown lsp
This commit is contained in:
parent
857b7fc98a
commit
45a27e64bc
2 changed files with 6 additions and 1 deletions
|
@ -114,6 +114,11 @@ in
|
|||
experimentalFormatterMode = "on";
|
||||
};
|
||||
};
|
||||
programs.kak-lsp.languages.markdown = {
|
||||
command = "marksman";
|
||||
filetypes = [ "markdown" ];
|
||||
roots = [ ".marksman.toml" ".git" ];
|
||||
};
|
||||
|
||||
programs.my-kakoune.tree-sitter.extraAliases = {
|
||||
# Scala stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue