Add matlab lsp

This commit is contained in:
Andreas Tsouchlos 2024-05-03 18:14:02 +02:00
parent 834fc7fcdf
commit 6d43613a77

View File

@ -173,6 +173,16 @@ return {
-- "--pch-storage=memory" -- "--pch-storage=memory"
} }
} }
require('lspconfig').matlab_ls.setup({
settings = {
filetypes = {"matlab"},
matlab = {
installPath = "/opt/matlab/R2023a/"
},
},
single_file_support = true
})
end end
} }
} }