mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 21:01:45 +00:00
move intelephense into place in "sorted" list
This commit is contained in:
parent
44b45b7c11
commit
89c445c901
@ -178,13 +178,13 @@ return {
|
|||||||
local servers = {
|
local servers = {
|
||||||
powershell_es = {},
|
powershell_es = {},
|
||||||
rust_analyzer = {},
|
rust_analyzer = {},
|
||||||
|
intelephense = {},
|
||||||
tailwindcss = {},
|
tailwindcss = {},
|
||||||
omnisharp = {},
|
omnisharp = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
svelte = {},
|
svelte = {},
|
||||||
ts_ls = {},
|
ts_ls = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
intelephense = {},
|
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... 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:
|
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||||
|
Loading…
Reference in New Issue
Block a user