Add matlab

This commit is contained in:
Ethan Simmons
2025-08-26 17:22:27 -05:00
parent f14771fe14
commit bf25d47f15
4 changed files with 24 additions and 1 deletions

View File

@@ -24,6 +24,16 @@ lspconfig.rust_analyzer.setup {
},
}
lspconfig.matlab_ls.setup {
capabilities = capabilities,
settings = {
MATLAB = {
indexWorkspace = false,
installPath = "",
},
},
}
lspconfig.omnisharp.setup {
cmd = { "dotnet", "/usr/lib/omnisharp-roslyn/OmniSharp.dll"}
}