summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVinicius Brasil <[email protected]>2022-09-28 02:00:12 -0300
committerGitHub <[email protected]>2022-09-28 01:00:12 -0400
commit257e3ff3697a55e7a17eab876fb8d0b85fd203de (patch)
tree741cf829488d37742518c4f70311e75d45c788a2 /README.md
parentae5c20abf1cabfa598a382830214a4904ec275d5 (diff)
doc: Replace Tree-sitter `maintained` with `all` in README (#3088)
`maintained` option is not supported anymore https://github.com/nvim-treesitter/nvim-treesitter/issues/2887
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 f8875025..2127ffd3 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ lvim.builtin.notify.active = true
lvim.builtin.terminal.active = true
-- Treesitter parsers change this to a table of the languages you want i.e. {"java", "python", javascript}
-lvim.builtin.treesitter.ensure_installed = "maintained"
+lvim.builtin.treesitter.ensure_installed = "all"
lvim.builtin.treesitter.ignore_install = { "haskell" }
-- Disable virtual text