elixir-lsp / coc-elixir

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

Buffer source replaces LS sources when starting typing #69

Open kanes115 opened 2 years ago

kanes115 commented 2 years ago

Hey, I observe an issue with autocompletion. At first I can see what seems to be a correct autocomplete from the LS:

image

after I type, for a few characters I might be okey:

image

but eventually the LS source suggestions get replaced by buffer suggestions:

image

My CocConfig is:

{
  "elixirLS.dialyzerEnabled": false,
  "elixir.pathToElixirLS": "~/.elixir-ls/release/language_server.sh"
}