coc-elixir icon indicating copy to clipboard operation
coc-elixir copied to clipboard

Buffer source replaces LS sources when starting typing

Open kanes115 opened this issue 3 years ago • 0 comments

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"
}

kanes115 avatar Oct 13 '22 08:10 kanes115