summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorKerem Bozdas <[email protected]>2022-03-07 12:19:25 +0300
committerGitHub <[email protected]>2022-03-07 12:49:25 +0330
commit4a9e6645ed4aaaa18a89acc86b76a838c0037d1a (patch)
tree8e43084391e84ba4e93dbd646a136d656c7a19b2 /utils
parenta80b228d7698b13a36e896625a50f10c457591ae (diff)
docs(readme): fix typo in example config (#2333)
Diffstat (limited to 'utils')
-rw-r--r--utils/installer/config.example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua
index 87609533..9c69a851 100644
--- a/utils/installer/config.example.lua
+++ b/utils/installer/config.example.lua
@@ -84,7 +84,7 @@ lvim.builtin.treesitter.highlight.enabled = true
-- ---@usage disable automatic installation of servers
-- lvim.lsp.automatic_servers_installation = false
--- ---@usage Select which servers should be configured manually. Requires `:LvimCacheRest` to take effect.
+-- ---@usage Select which servers should be configured manually. Requires `:LvimCacheReset` to take effect.
-- See the full default list `:lua print(vim.inspect(lvim.lsp.override))`
-- vim.list_extend(lvim.lsp.override, { "pyright" })