Update nvf

This commit is contained in:
muon 2026-01-05 10:57:34 +00:00
parent 9124f817d5
commit b5fe717892
3 changed files with 12 additions and 10 deletions

11
flake.lock generated
View file

@ -480,15 +480,16 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1767369300, "lastModified": 1767502401,
"narHash": "sha256-QV+tdP2bS+PJBcp4YHhqpMTzcxsxGaS/d6cKMCJ4PnA=", "narHash": "sha256-5XJhFSzF5KAfHN9roSR0B/mIhogkM0kehrdI/NNBGVQ=",
"owner": "NotAShelf", "owner": "thamenato",
"repo": "nvf", "repo": "nvf",
"rev": "9c75c2a199af39fc95fb203636ce97d070ca3973", "rev": "3e372f0c2a09673c686605b9f69e337b9ad7d6a9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NotAShelf", "owner": "thamenato",
"ref": "fix-nvim-treesitter",
"repo": "nvf", "repo": "nvf",
"type": "github" "type": "github"
} }

View file

@ -14,7 +14,8 @@
nix-alien.url = "github:thiagokokada/nix-alien"; nix-alien.url = "github:thiagokokada/nix-alien";
nvf = { nvf = {
url = "github:NotAShelf/nvf"; # url = "github:NotAShelf/nvf";
url = "github:thamenato/nvf/fix-nvim-treesitter";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -70,10 +70,10 @@
}; };
}; };
# treesitter = { treesitter = {
# enable = true; enable = true;
# context.enable = true; context.enable = true;
# }; };
statusline.lualine.enable = true; statusline.lualine.enable = true;
telescope.enable = true; telescope.enable = true;