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 1bd282f commit b4daf68Copy full SHA for b4daf68
lua/neocodeium/init.lua
@@ -132,7 +132,7 @@ local function enable_autocmds()
132
133
create_autocmd({ "WinEnter", "BufEnter" }, {
134
callback = function()
135
- if not nvim_get_autocmds({ id = mode_changed_id })[1] then
+ if not nvim_get_autocmds({ id = (mode_changed_id or -2) })[1] then
136
insert_enter_once()
137
end
138
end,
0 commit comments