summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parenta80b228d7698b13a36e896625a50f10c457591ae (diff)
docs(readme): fix typo in example config (#2333)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee9634ca..4eeed945 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ lvim.builtin.treesitter.ignore_install = { "haskell" }
-- Disable virtual text
lvim.lsp.diagnostics.virtual_text = false
--- Select which servers should be configured manually. Requires `:LvimCacheRest` to take effect.
+-- 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" })