fix: resolve treesitter errors on NixOS

This commit is contained in:
2025-12-07 00:05:46 +01:00
parent 14abad0b98
commit 2326ac1e78
3 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ local is_nix = nixCatsUtils.isNixCats
treesitter_configs.setup({
-- Basically added what I might need from the docs
-- <https://github.com/nvim-treesitter/nvim-treesitter?tab=readme-ov-file#supported-languages>
ensure_installed = {
ensure_installed = is_nix and {} or {
"awk",
"bash",
"bibtex",