Skip to content

Commit

Permalink
fix: lspconfig manager should use colon
Browse files Browse the repository at this point in the history
  • Loading branch information
lopi-py committed Sep 9, 2023
1 parent 4226241 commit 9719f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/luau-lsp/server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ M.setup = void(function(old_opts)
local bufnr = vim.api.nvim_get_current_buf()

require("lspconfig").luau_lsp.setup(opts)
require("lspconfig").luau_lsp.manager.try_add_wrapper(bufnr)
require("lspconfig").luau_lsp.manager:try_add_wrapper(bufnr)
end)

return M

0 comments on commit 9719f0a

Please sign in to comment.