From e47751c2a582b4fff9b0aa9f12b257d97448f8be Mon Sep 17 00:00:00 2001 From: venus Date: Wed, 24 Dec 2025 01:13:54 -0600 Subject: [PATCH] fixed intelephense --- lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {},