LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable

Home Page:https://www.chrisatmachine.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[lspconfig] Cannot access configuration for lua_ls. Ensure this server is listed in `server_co nfigurations.md` or added as a custom server.

Tagabey opened this issue · comments

Hi,
When I add dot files ino the ~/.config/nvim directory, after neovim installation, I have faced with this problem. What does it cause that problem? Actually I don't know how to install a LSP server by using Mason. I install lua_language_server using by Mason but it doesn't work. Otherwise I am struggling with stylua and clang-formatter. I need some generall information. Thaks for help
I am using CachyOs.
[lspconfig] Cannot access configuration for lua_ls. Ensure this server is listed in server_configurations.md or added as a custom server.

Generally you bring up the interface with the :Mason command (toggle keyboard shortcut help within Mason with g?). You scroll down to the language server you want to install and press i.
As for clang, I don't really use it. For general help you could ask on our discord/matrix https://matrix.to/#/#neovim-atmachine:matrix.org

Having the same problem with lua_ls. Using ubuntu 23.04

i too am stuck here

same issue. Any solution?