diff options
author | Leung Yau Ming <[email protected]> | 2022-10-09 07:08:15 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-08 23:08:15 +0000 |
commit | e6f50af1de686ba33b794f50957352b40ccb4bd2 (patch) | |
tree | 9eff937d2a57c07d9da77a8c5ba1ea0ac77a162f /utils/installer/config_win.example.lua | |
parent | 8763ed28782a6196d2594016b44dcc9d1aa1b5c6 (diff) |
fix(typo): fix language server name typo in config example #3176 (#3183)
Diffstat (limited to 'utils/installer/config_win.example.lua')
-rw-r--r-- | utils/installer/config_win.example.lua | 2 |
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` |