Add matlab lsp
This commit is contained in:
parent
834fc7fcdf
commit
6d43613a77
@ -173,6 +173,16 @@ return {
|
||||
-- "--pch-storage=memory"
|
||||
}
|
||||
}
|
||||
|
||||
require('lspconfig').matlab_ls.setup({
|
||||
settings = {
|
||||
filetypes = {"matlab"},
|
||||
matlab = {
|
||||
installPath = "/opt/matlab/R2023a/"
|
||||
},
|
||||
},
|
||||
single_file_support = true
|
||||
})
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user