summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorLeung Yau Ming <[email protected]>2022-10-09 07:08:15 +0800
committerGitHub <[email protected]>2022-10-08 23:08:15 +0000
commite6f50af1de686ba33b794f50957352b40ccb4bd2 (patch)
tree9eff937d2a57c07d9da77a8c5ba1ea0ac77a162f /utils
parent8763ed28782a6196d2594016b44dcc9d1aa1b5c6 (diff)
fix(typo): fix language server name typo in config example #3176 (#3183)
Diffstat (limited to 'utils')
-rw-r--r--utils/installer/config_win.example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config_win.example.lua b/utils/installer/config_win.example.lua
index bc83aab7..40cc34e8 100644
--- a/utils/installer/config_win.example.lua
+++ b/utils/installer/config_win.example.lua
@@ -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
-- lvim.lsp.installer.setup.ensure_installed = {
--- "sumeko_lua",
+-- "sumneko_lua",
-- "jsonls",
-- }
-- -- change UI setting of `LspInstallInfo`