Closed holiq closed 2 years ago
Solved, in termux has package lua-language-server so i have install that
pkg install lua-language-server
And I set manually on coc-setting
{
"languageserver": {
"lua": {
"command": "lua-language-server",
"filetypes": ["lua"]
}
}
}
I'm trying to install coc-lua on neovim in termux, when I open the lua file I get a response like in the picture, and this my config