I'm getting the following warning message inside nvim:
github.com/deoplete-plugins/deoplete-go/rplugin/python3/deoplete/sources/deople
te_go/cgo.py:47: SyntaxWarning: "is" with a literal. Did you mean "=="?
if chunk_spelling == 'main' or chunk_spelling.find('_') is 0:
I'm getting the following warning message inside nvim: