Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

attempt to call field 'stylize_markdown' #533

Closed
tgy opened this issue Aug 17, 2021 · 2 comments
Closed

attempt to call field 'stylize_markdown' #533

tgy opened this issue Aug 17, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@tgy
Copy link

tgy commented Aug 17, 2021

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)

@tgy tgy added the bug Something isn't working label Aug 17, 2021
@hrsh7th
Copy link
Owner

hrsh7th commented Aug 17, 2021

I think it was caused by your neovim version.

Please update your neovim.

@tgy
Copy link
Author

tgy commented Aug 18, 2021

Thanks, seems to have solved it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants