nvim: Comment out matlab lsp config

This commit is contained in:
Andreas Tsouchlos 2025-06-17 22:14:10 -04:00
parent 516b187060
commit de6447fe19

View File

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