Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(treesitter): allow run TSUpdateSync from command line (LazyVim#944)
Use a script to keep the neovim updated is really useful, but is not possible by default because TSUpdateSync is not on `cmd` commands. ```sh nvim --headless "+Lazy! sync" "+TSUpdateSync" +qa ```
- Loading branch information