Skip to content

Commit 5a99445

Browse files
authored
Add note about elixir filetype (#33)
Added note about elixir filetype having to be set and a tip to use vim-elixir, as coc-elixir didn't work out of the box.
1 parent 2f9eac7 commit 5a99445

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ To open your coc-settings file directly from Vim or Nvim, you can use this comma
9393

9494
Doing these steps should make this plugin work with [CoC](https://github.com/neoclide/coc.nvim).
9595

96+
### coc-elixir is installed correctly but doesn't work
97+
98+
Make sure `filetype` is set to `elixir`, or install [vim-elixir](https://github.com/elixir-editors/vim-elixir) which sets up file extension associations and syntax highlighting.
99+
96100
## License
97101

98102
MIT

0 commit comments

Comments
 (0)