fix(typo): fix language server name typo in config example #3176 (#3183)

This commit is contained in:
Leung Yau Ming 2022-10-09 07:08:15 +08:00 committed by GitHub
parent 8763ed2878
commit e6f50af1de
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ lvim.builtin.treesitter.highlight.enable = true
-- -- make sure server will always be installed even if the server is in skipped_servers list -- -- make sure server will always be installed even if the server is in skipped_servers list
-- lvim.lsp.installer.setup.ensure_installed = { -- lvim.lsp.installer.setup.ensure_installed = {
-- "sumeko_lua", -- "sumneko_lua",
-- "jsonls", -- "jsonls",
-- } -- }
-- -- change UI setting of `LspInstallInfo` -- -- change UI setting of `LspInstallInfo`