diff --git a/init.lua b/init.lua index 1e5691a7..ceb23924 100644 --- a/init.lua +++ b/init.lua @@ -533,9 +533,11 @@ require('lazy').setup({ -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { -- clangd = {}, - -- gopls = {}, - -- pyright = {}, + gopls = {}, + pyright = {}, -- rust_analyzer = {}, + phpactor = {}, + intelephense = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: