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 fc015b7 commit e5b65bbCopy full SHA for e5b65bb
lua/copilot/config/should_attach.lua
@@ -6,7 +6,7 @@ local should_attach = {
6
---@type ShouldAttachFunc
7
default = function(_, _)
8
if not vim.bo.buflisted then
9
- logger.debug("not attaching, bugger is not 'buflisted'")
+ logger.debug("not attaching, buffer is not 'buflisted'")
10
return false
11
end
12
0 commit comments