I decided to try Neovim (first time using vim at all) for Elixir. I’m using Mason Vim and installed ElixirLS as my language server. Afterwards I’m able to use code snippets and see code suggestions in the files, but the color scheme is all black and white.
Disabling Tokyonight doesn’t help either. I’m using Terminator on Ubuntu Ubuntu 22.04.4 LTS. The color scheme and language servers are working fine for the other languages in my setup, it’s only Elixir that is giving me trouble
the library for syntax highlighting is treesitter, you can install with :TSInstall elixir for elixir syntax. Or if you use LazyVim, you can install via LazyExtra