Add matlab path to lsp config
This commit is contained in:
parent
13a9467abd
commit
9b2d29a3a3
@ -178,10 +178,12 @@ return {
|
|||||||
|
|
||||||
require('lspconfig').matlab_ls.setup({
|
require('lspconfig').matlab_ls.setup({
|
||||||
settings = {
|
settings = {
|
||||||
filetypes = {"matlab"},
|
filetypes = {
|
||||||
|
"matlab"
|
||||||
|
},
|
||||||
matlab = {
|
matlab = {
|
||||||
installPath = "/opt/matlab/R2023a/"
|
installPath = "/opt/matlab/R2023a/"
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
single_file_support = true
|
single_file_support = true
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user