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"
},
"locked": {
"lastModified": 1767369300,
"narHash": "sha256-QV+tdP2bS+PJBcp4YHhqpMTzcxsxGaS/d6cKMCJ4PnA=",
"owner": "NotAShelf",
"lastModified": 1767502401,
"narHash": "sha256-5XJhFSzF5KAfHN9roSR0B/mIhogkM0kehrdI/NNBGVQ=",
"owner": "thamenato",
"repo": "nvf",
"rev": "9c75c2a199af39fc95fb203636ce97d070ca3973",
"rev": "3e372f0c2a09673c686605b9f69e337b9ad7d6a9",
"type": "github"
},
"original": {
"owner": "NotAShelf",
"owner": "thamenato",
"ref": "fix-nvim-treesitter",
"repo": "nvf",
"type": "github"
}

View file

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

View file

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