nvim: improved nvim-treesitter output
This commit is contained in:
parent
3182177933
commit
bb7ac2a025
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ in
|
|||
activation.neovimTreeSitter = lib.hm.dag.entryAfter [ "writeBoundary" ] /* bash */ ''
|
||||
$VERBOSE_ECHO "Updating tree-sitter parsers"
|
||||
$DRY_RUN_CMD ${lib.getExe config.programs.neovim.finalPackage} -c 'TSUpdateSync | q' --headless
|
||||
$VERBOSE_ECHO "\n"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue