nvim: Comment out matlab lsp config
This commit is contained in:
parent
516b187060
commit
de6447fe19
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user