#How do I set up a Lua language server with Lazyvim in Termux?
4 messages · Page 1 of 1 (latest)
I gave Gemini the docs from Neovim and Lazyvim regarding LSPs and it gave me an answer that has worked for me, i will leave it here for people who have the same problem and dont know how to setup this:
Just put this file in ~/.config/nvim/lua/plugins/
it tells to mason do not load his default config for lua language server and it falls back to the lua language server from termux official repo (so it means you need to install it from termux repo)