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({
|
||||
settings = {
|
||||
filetypes = {"matlab"},
|
||||
filetypes = {
|
||||
"matlab"
|
||||
},
|
||||
matlab = {
|
||||
installPath = "/opt/matlab/R2023a/"
|
||||
},
|
||||
}
|
||||
},
|
||||
single_file_support = true
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user