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