Skip to content

Commit

Permalink
fix(cmp): disable on_confirm_done for helm
Browse files Browse the repository at this point in the history
  • Loading branch information
qvalentin committed Aug 28, 2024
1 parent 19606af commit 06c9328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/nvim-autopairs/completion/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ M.filetypes = {
purescript = false,
sh = false,
bash = false,
nix = false
nix = false,
helm = false
}

M.on_confirm_done = function(opts)
Expand Down

0 comments on commit 06c9328

Please sign in to comment.