diff options
author | Vinicius Brasil <[email protected]> | 2022-09-28 02:00:12 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-28 01:00:12 -0400 |
commit | 257e3ff3697a55e7a17eab876fb8d0b85fd203de (patch) | |
tree | 741cf829488d37742518c4f70311e75d45c788a2 | |
parent | ae5c20abf1cabfa598a382830214a4904ec275d5 (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
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |