Skip to content

Commit 69d0934

Browse files
committed
chore: add debounce comment for UI cleanup
1 parent 9331913 commit 69d0934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lsp/copilot.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ return {
3434
end)
3535

3636
--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
3739
vim.keymap.set("n", "<leader>x", function()
3840
nes.request_nes(client)
3941
end)

0 commit comments

Comments
 (0)