attempt to call field 'stylize_markdown'
choucavalier opened this issue · 2 comments
choucavalier commented
Checkhealth
Put result of :checkhealth compe
.
health#compe#check
========================================================================
## compe:snippet
- OK: snippet engine detected.
## compe:mapping
- OK: `compe#complete` is mapped: (`i <C-Space> * compe#complete()`)
- OK: `compe#confirm` is mapped: (`i <CR> * compe#confirm('<CR>')`)
- INFO: `compe#close` is not mapped
- INFO: `compe#scroll` is not mapped
Describe the bug
Error executing vim.schedule lua callback: ...im/site/pack/packer/start/nvim-compe/lua/compe/float.lua:110
: attempt to call field 'stylize_markdown' (a nil value)
Not sure how to reproduce but I get this error whenever i go to insert mode and autocomplete something (in a Python file)
hrsh7th commented
I think it was caused by your neovim version.
Please update your neovim.
tgy commented
Thanks, seems to have solved it!