mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Update nvf
This commit is contained in:
parent
9124f817d5
commit
b5fe717892
3 changed files with 12 additions and 10 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -70,10 +70,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
# treesitter = {
|
||||
# enable = true;
|
||||
# context.enable = true;
|
||||
# };
|
||||
treesitter = {
|
||||
enable = true;
|
||||
context.enable = true;
|
||||
};
|
||||
|
||||
statusline.lualine.enable = true;
|
||||
telescope.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue