bash-language-server
bash-language-server copied to clipboard
neovim use bash-language-server but function auto add "()"
Code editor
neovim
Platform
manjaro
Version
5.0.0
What steps will reproduce the bug?
touch test.sh
nvim test.sh
#!/bin/bash
function test() {
echo "just for test"
}
test # this place auto add () like "test()"
How often does it reproduce? Is there a required condition?
always
What is the expected behavior?
shell script function do not auto add ()
What do you see instead?
I see test() but I expected test
Additional information
No response
Do you use nvim-autopairs and nvim-cmp?
Do you use nvim-autopairs and nvim-cmp?
yes
Do you use nvim-autopairs and nvim-cmp?
yes
This has been fixed in 1efb4f2 so all you have to do is update nvim-autopairs.
Thus, I think this issue can be closed.