mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-12-25 12:51: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 = {
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user