here is my setup for neovim editor using lazyvim ``` return { { "neovim/nvim-lspconfig", init_options = { userLanguages = { eelixir = "html-eex", eruby = "erb", rust = "html", }, }, }, } ```
here is my setup for neovim editor using lazyvim