cmp-nvim-lsp icon indicating copy to clipboard operation
cmp-nvim-lsp copied to clipboard

LSP suggestions don't appear in certain files, although LS loaded

Open ajur58 opened this issue 2 years ago • 0 comments

Steps to reproduce:

  • Open .html file -> tailwindcss autocomplete suggestions work
  • Open .heex file (elixir template) -> tailwindcss autocomplete suggestions don't work
  • Repo with nvim lsp config: https://github.com/ajur58/config-nvim/blob/main/after/plugin/lsp.lua

In both cases :LspInfo shows that the correct clients are attached to the buffer. Tried with both vsnip and luasnip. I'm opening the ticket here as this is my best guess, not sure how to debug further.

Help is much appreciated!

:LspInfo output

ajur58 avatar Jan 31 '23 18:01 ajur58