Add scala to kak-lsp
This commit is contained in:
parent
721f0c7ae2
commit
54c46fdefc
2 changed files with 6 additions and 1 deletions
|
@ -47,6 +47,11 @@ in
|
|||
filetypes = [ "typescript" ];
|
||||
roots = [ "package.json" ];
|
||||
};
|
||||
programs.kak-lsp.languages.scala = {
|
||||
command = "metals";
|
||||
filetypes = [ "scala" ];
|
||||
roots = [ "build.sbt" ];
|
||||
};
|
||||
programs.kak-lsp.languages.latex = {
|
||||
command = "texlab";
|
||||
filetypes = [ "latex" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue