A starter template for LazyVim. Refer to the documentation to get started.
[!NOTE]
Install elixir-ls
using Mason
Install elixir
eex
heex
using TSInstall for syntax highlighting.
TSInstall elixir eex heex
telescope.live_grep needs ripgrep and fd so install these using following command on Ubuntu
sudo apt-get install ripgrep
sudo apt-get install fd-find