We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173c015 commit 79899e9Copy full SHA for 79899e9
lsp/copilot_ls.lua
@@ -23,11 +23,7 @@ return {
23
enabled = true,
24
},
25
26
- handlers = setmetatable({}, {
27
- __index = function(_, method)
28
- return require("copilot-lsp.handlers")[method]
29
- end,
30
- }),
+ handlers = require("copilot-lsp.handlers"),
31
root_dir = vim.uv.cwd(),
32
on_init = function(client)
33
local au = vim.api.nvim_create_augroup("copilotlsp.init", { clear = true })
0 commit comments