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: