From a28e1ed03a6e73ee805de3b698cee004c1092327 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 1 Aug 2022 22:43:50 +0200 Subject: docs: make setting about install location more discoverable --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b5c33741..d1f052bd 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ require'nvim-treesitter.configs'.setup { -- List of parsers to ignore installing (for "all") ignore_install = { "javascript" }, + ---- If you need to change the installation directory of the parsers (see -> Advanced Setup) + -- parser_install_dir = "/some/path/to/store/parsers", -- Remember to run vim.opt.runtimepath:append("/some/path/to/store/parsers")! + highlight = { -- `false` will disable the whole extension enable = true, -- cgit v1.2.3