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 9331913 commit 69d0934Copy full SHA for 69d0934
lsp/copilot.lua
@@ -34,6 +34,8 @@ return {
34
end)
35
36
--TODO: This should go on an auto command
37
+ --I would like to debounce this, and call it automatically
38
+ --but we need to work on the clean up logic/tracking for the UI
39
vim.keymap.set("n", "<leader>x", function()
40
nes.request_nes(client)
41
0 commit comments