diff --git a/nvim/.config/nvim/lua/plugins/lsp.lua b/nvim/.config/nvim/lua/plugins/lsp.lua index a6784fb..76556d2 100644 --- a/nvim/.config/nvim/lua/plugins/lsp.lua +++ b/nvim/.config/nvim/lua/plugins/lsp.lua @@ -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 } }