From 89c445c9011459b24029d7b529bb3628c6b2da40 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 20 Nov 2024 10:05:05 +0100 Subject: [PATCH] move intelephense into place in "sorted" list --- lua/kickstart/plugins/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/lspconfig.lua b/lua/kickstart/plugins/lspconfig.lua index c8c0a31..1212fc4 100644 --- a/lua/kickstart/plugins/lspconfig.lua +++ b/lua/kickstart/plugins/lspconfig.lua @@ -178,13 +178,13 @@ return { local servers = { powershell_es = {}, rust_analyzer = {}, + intelephense = {}, tailwindcss = {}, omnisharp = {}, pyright = {}, svelte = {}, ts_ls = {}, gopls = {}, - 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: