nvim-treesitter/lua
Jongwook Choi 9860fceb73 fix: use augroup for auto_install autocmds
Problem: The FileType autocmd to automatically install parsers on a new
filetype (introduced in #3130) did not have augroup. As a result, when
`ts_configs.setup{ }` is called multiple times (for some reason),
duplicated installation requests will be made.

Solution: Use augroup with `clear = true`.
2024-02-11 11:21:29 +01:00
..
nvim-treesitter fix: use augroup for auto_install autocmds 2024-02-11 11:21:29 +01:00
nvim-treesitter.lua chore: cleanup main file, move statusline in module 2022-07-18 15:44:59 +02:00