Skip to content

Commit

Permalink
fix: remove custom handler
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagovla committed Dec 1, 2023
1 parent fcf153f commit 09364f0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lua/lspconfig/server_configurations/matlab_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,13 @@ return {
root_dir = util.find_git_ancestor,
single_file_support = false,
settings = {
matlab = {
MATLAB = {
indexWorkspace = false,
installPath = '',
matlabConnectionTiming = 'onStart',
telemetry = true,
},
},
handlers = {
['workspace/configuration'] = function(_, _, ctx)
local client = vim.lsp.get_client_by_id(ctx.client_id)
return { client.config.settings.matlab }
end,
},
},
docs = {
description = [[
Expand Down

0 comments on commit 09364f0

Please sign in to comment.