From 37a7685817ed15a143dbf70ff4663ecc4fe7b880 Mon Sep 17 00:00:00 2001 From: Austin Daily <135095754+austindaily@users.noreply.github.com> Date: Thu, 29 Feb 2024 05:40:09 -0500 Subject: [PATCH] Update init.lua added intelephense and phpactor. also uncommented pyright and gopls. --- init.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: