hrsh7th/nvim-compe

attempt to call field 'stylize_markdown'

choucavalier opened this issue · 2 comments

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)

I think it was caused by your neovim version.

Please update your neovim.

tgy commented

Thanks, seems to have solved it!