coc-elixir
coc-elixir copied to clipboard
Elixir language server extension based on elixir-ls for coc.nvim
Is this supported?
I am a new coc user and I tried to install the elixir plugin and got this error. `[coc.nvim] extension "coc-elixir" doesn't contain main file /home/rsimmonsjr/.vim/plugged/coc-elixir/lib/index.js.1
### Problem Umbrella app with compilation error Project structure: ``` my_project ├── apps │ ├── my_in_umbrella_project ... ... ├── mix.exs ... ``` ### Desired behaviour Show compilation error in file...
Hey, I observe an issue with autocompletion. At first I can see what seems to be a correct autocomplete from the LS: after I type, for a few characters I...
both elixir and mix are available in my path and I installed through `:CocInstall coc-elixir` The LS works when using vscode, but not neovim :( output of `:CocInfo` ``` ##...
The current link to elixir-ls releases is outdated. It can simply point to the latest release instead.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
- Changed the link to download elixir-ls, which is pointing to a specific (very old) version. It's better to point to the whole list of available versions, where the latest...