From 365f0eb75f4b8de4655476388c99aaa97f149ded Mon Sep 17 00:00:00 2001 From: Jonas Strittmatter <40792180+smjonas@users.noreply.github.com> Date: Fri, 8 Jul 2022 09:36:54 +0200 Subject: feat: add option to auto-install missing parsers (#3130) --- doc/nvim-treesitter.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt index e870ab352..6fc65d001 100644 --- a/doc/nvim-treesitter.txt +++ b/doc/nvim-treesitter.txt @@ -51,6 +51,9 @@ To enable supported features, put this in your `init.lua` file: -- Install parsers synchronously (only applied to `ensure_installed`) sync_install = false, + -- Automatically install missing parsers when entering buffer + auto_install = false, + -- List of parsers to ignore installing (for "all") ignore_install = { "javascript" }, -- cgit v1.2.3-70-g09d2