plugins/treesitter: fix parser_install_dir default

The plugin's default is not compatible with nix, because it ends up in
the read-only /nix/store.

Set our default to the one used in their upcoming "1.0" version.
This commit is contained in:
Austin Horstman 2024-07-11 17:27:00 -05:00
parent dc1559f25e
commit 1385953299
No known key found for this signature in database
2 changed files with 17 additions and 8 deletions

View file

@ -8,7 +8,9 @@
auto_install = false;
ensure_installed = [ ];
ignore_install = [ ];
parser_install_dir = null;
# NOTE: This is our default, not the plugin's
parser_install_dir.__raw = "vim.fs.joinpath(vim.fn.stdpath('data'), 'site')";
sync_install = false;
highlight = {