summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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,