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