lvim is using lazy now. path of treesitter should become:
diff --git a/init-lvim.sh b/init-lvim.sh
index 7308b31..e6d068e 100755
--- a/init-lvim.sh
+++ b/init-lvim.sh
@@ -18,9 +14,9 @@ lvim --headless -c 'quitall'
echo -e "\033[1;32m==> Installing treesitter parsers..\033[0m"
ln -s /usr/share/lunarvim/prebuild/nvim-treesitter/parser/* \
- ~/.local/share/lunarvim/site/pack/packer/start/nvim-treesitter/parser/
+ ~/.local/share/lunarvim/site/pack/lazy/opt/nvim-treesitter/parser/
ln -s /usr/share/lunarvim/prebuild/nvim-treesitter/parser-info/* \
- ~/.local/share/lunarvim/site/pack/packer/start/nvim-treesitter/parser-info/
+ ~/.local/share/lunarvim/site/pack/lazy/opt/nvim-treesitter/parser-info/
echo -e "\033[1;32m==> Generate the new ftplugin template files..\033[0m"
lvim --headless +LvimUpdate +q
Pinned Comments
Hanatomizu commented on 2025-01-31 13:37 (UTC)
Well, I must acknowledge that the process of rebuilding all nvim-treesitter plugins is indeed quite frustrating.
If you wish to avoid frequent rebuilds of this package, it is recommended to add it to the
IgnorePkg
list in/etc/pacman.conf
.