hrsh7th / nvim-compe

Auto completion Lua plugin for nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation markdown not rendered for ElixirLS

andrzej-mag opened this issue · comments

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

current

Expected behavior

expected

To Reproduce

Reproducible always, for nvim 0.5 and 0.6 versions.

Possible reason - for Elixir files syntax is not set:

:set syntax?
syntax=

Closing, as issue is most probably with nvim-lsp and not related to nvim-compe.