- commit
- 6cff32d
- parent
- 62a57a0
- author
- Eric Bower
- date
- 2025-07-19 08:20:56 -0400 EDT
chore(nvim): `vim.pack` `PackChanged` callback
1 files changed,
+1,
-1
+1,
-1
1@@ -170,7 +170,7 @@ local ts_parsers = {
2 }
3 local nts = require("nvim-treesitter")
4 nts.install(ts_parsers)
5-nts.update()
6+autocmd('PackChanged', { callback = function() nts.update() end })
7
8 setup_lsp()
9 setup_fzf()