elixir-lsp / coc-elixir

Elixir language server extension based on elixir-ls for coc.nvim
MIT License
168 stars 11 forks source link

Is autocomplete supported on .eex file? #58

Open raveltan opened 3 years ago

raveltan commented 3 years ago

I am using the extension just fine on all elixir file, but autocomplete doesnot seems to work on .eex file, is this feature supported by this plugin?

Thanks