mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
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:
parent
dc1559f25e
commit
1385953299
2 changed files with 17 additions and 8 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue