Skip to content

Commit

Permalink
fix: don't add parentheses after bash/shell functions (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribru17 committed Feb 24, 2024
1 parent 90f824d commit 1efb4f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lua/nvim-autopairs/completion/cmp.lua
Expand Up @@ -48,7 +48,9 @@ M.filetypes = {
plaintex = false,
context = false,
haskell = false,
purescript = false
purescript = false,
sh = false,
bash = false
}

M.on_confirm_done = function(opts)
Expand Down

0 comments on commit 1efb4f2

Please sign in to comment.