feat: add ai and tex support
This commit is contained in:
parent
4439691030
commit
9240bb4db9
7 changed files with 35 additions and 4 deletions
|
@ -27,7 +27,6 @@
|
|||
useGlobalExecutable = true,
|
||||
verboseCompilation = true
|
||||
}
|
||||
metals_config.capabilities = require("cmp_nvim_lsp").default_capabilities()
|
||||
'';
|
||||
|
||||
autoCmd = [
|
||||
|
@ -40,7 +39,10 @@
|
|||
require("metals").initialize_or_attach(metals_config)
|
||||
end
|
||||
'';
|
||||
pattern = [ "scala" "sbt" ];
|
||||
pattern = [
|
||||
"scala"
|
||||
"sbt"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue