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({ require('lspconfig').matlab_ls.setup({
settings = { settings = {
filetypes = {"matlab"}, filetypes = {
"matlab"
},
matlab = { matlab = {
installPath = "/opt/matlab/R2023a/" installPath = "/opt/matlab/R2023a/"
}, }
}, },
single_file_support = true single_file_support = true
}) })