diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 77e0964..2f119f0 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -172,7 +172,7 @@ return { -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { clangd = {}, - intelephense = {}, + -- intelephense = {}, -- gopls = {}, -- pyright = {}, -- rust_analyzer = {},