Skip to content

Commit

Permalink
Merge pull request #473 from qvalentin/fix/disable-on-confirm-helm
Browse files Browse the repository at this point in the history
fix(cmp): disable on_confirm_done for helm
  • Loading branch information
windwp authored Sep 2, 2024
2 parents 19606af + 06c9328 commit 4b9cf01
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 4b9cf01

Please sign in to comment.