Add matlab path to lsp config

This commit is contained in:
Andreas Tsouchlos 2024-10-16 17:13:12 +02:00
parent 13a9467abd
commit 9b2d29a3a3

View File

@ -178,10 +178,12 @@ return {
require('lspconfig').matlab_ls.setup({
settings = {
filetypes = {"matlab"},
filetypes = {
"matlab"
},
matlab = {
installPath = "/opt/matlab/R2023a/"
},
}
},
single_file_support = true
})