Mojo Language Server (NeoVim)
Does anyone know how to add the mojo-language-server to nvim (NVChad)?
I have the mojo.lua in my
.config/nvim/Lua/configs/
directory but I don't know how to lazy load it.3 Replies
Does NVChad configure lsp?
Mojo language server is in Magic's shell, and the config is included in nvim-lsp-config
You just have to tell NVChad to enable it.
In my own case, I use Astronvim and only tells it to enable mojo here, in Neovim v0.11. To use the server, Neovim has to be started in magic shell
https://discord.com/channels/1087530497313357884/1323311312708567092
Here we already open a question for Neovim 🙂