LazyVim.LazyVim/lua
Robson Roberto Souza Peixoto 6b1efe78e2
feat(treesitter): allow run TSUpdateSync from command line (#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
```
2023-06-19 16:09:23 +02:00
..
lazyvim feat(treesitter): allow run TSUpdateSync from command line (#944) 2023-06-19 16:09:23 +02:00