asyncomplete-gocode.vim
asyncomplete-gocode.vim copied to clipboard
Ignore case sensitivity
It would be better to ignore case sensitivity, e.g.,
but when you continue to input one more charactor, nothing matches:
nvim-completion-manager can handle this well.
Is it possible in asyncomplete-gocode.vim? Thanks for any responses.
Is not this resolved?
This is the gocode issue. The asyncomplete-gocode.vim is nothing to do with case sensitivity. I merely tried to pass -ignore-case argument to the gocode but it doesn't make lots of differences. Have to investigate the impact of this -ignore-case argument.