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({
|
-- 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user