Documentation markdown not rendered for ElixirLS
andrzej-mag opened this issue · 1 comments
andrzej-mag commented
Checkhealth
health#compe#check
========================================================================
## compe:snippet
- INFO: snippet engine is not detected.
## compe:mapping
- OK: `compe#complete` is mapped: (`i <C-Space> * compe#complete()`)
- OK: `compe#confirm` is mapped: (`i <CR> * compe#confirm('<CR>')`)
- OK: `compe#close` is mapped: (`i <C-E> * compe#close('<C-E>')`)
- OK: `compe#scroll` is mapped: (`i <C-D> * compe#scroll({ 'delta': -4 })`)
Describe the bug
Documentation markdown is not rendered for ElixirLS.
Actual behavior
Expected behavior
To Reproduce
Reproducible always, for nvim 0.5 and 0.6 versions.
Possible reason - for Elixir files syntax
is not set:
:set syntax?
syntax=
andrzej-mag commented
Closing, as issue is most probably with nvim-lsp and not related to nvim-compe.