New Spec
For new LSP, add in lua/modules/language-specs.lua at lsp = <name>.
Name should match the mason registry one at: https://github.com/mason-org/mason-registry/tree/main/packages
- Run
nvim --headless +InstallAll +qa(it invalidates cache automatically) - Run
nvim --headless +FetchLspConfigs +qa-> It will download the nvim-lspconfig variant inlsp/
You may need to run: pkill prettierd (as it is running in background)
Other commands
nvim --headless +Sync +qa # For packages/plugins
Description
Languages
Lua
100%