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",

View File

@@ -17,11 +17,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1764733908,
"narHash": "sha256-QJiih52NU+nm7XQWCj+K8SwUdIEayDQ1FQgjkYISt4I=",
"lastModified": 1764947035,
"narHash": "sha256-EYHSjVM4Ox4lvCXUMiKKs2vETUSL5mx+J2FfutM7T9w=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cadcc8de247676e4751c9d4a935acb2c0b059113",
"rev": "a672be65651c80d3f592a89b3945466584a22069",
"type": "github"
},
"original": {