From 257e3ff3697a55e7a17eab876fb8d0b85fd203de Mon Sep 17 00:00:00 2001 From: Vinicius Brasil Date: Wed, 28 Sep 2022 02:00:12 -0300 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3