Closed goldylucks closed 5 years ago
Can you execute :echom &filetype
and see the output
sure, it's javascript.jsx
, even tho the file extension is .js
Please try the fix
Thank you for that. I'm getting now a different error
Omni completion (^O^N^P) Pattern not found
Which I think isn't related to jspc
at all, correct?
Not sure why no pattern found. Can you do some A/B test?
javascrip
)Try normal js file (filetype is javascrip)
The file in question is normal js file, but for some reason vim thinks it's jsx
Try editing a empty js file. Not other codes.
Same thing happens
Try disable all other omni funciton plugins.
Still same error.
Here's my .vimrc
and .vim/.plug.vim
if it helps
I'm getting this error whenever pressing
tab
when trying to autocomplete some javascript function.Any ideas where to look into this?
Thanks in advance!