Skip to content

Commit

Permalink
del: workaround of nvim-cmp (cf. hrsh7th/nvim-cmp#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjuq committed May 12, 2024
1 parent 63691b2 commit dcd7790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/nvim/lua/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ spec.config = function()
local abort = function(fallback)
if cmp.visible() then
cmp.abort()
cmp.core:reset() -- https://github.com/hrsh7th/nvim-cmp/issues/1251#issuecomment-1365229958
else
fallback()
end
Expand Down

0 comments on commit dcd7790

Please sign in to comment.