712 current 2024-05-28 14:45:37 24.11.20240524.bfb7a88 6.9.1-zen1 *
This commit is contained in:
parent
d5602319ce
commit
78edbe4ac0
2 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
lib,
|
lib,
|
||||||
inputs,
|
inputs,
|
||||||
system,
|
system,
|
||||||
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
"nvim-treesitter/nvim-treesitter-context",
|
||||||
|
event = "BufLoad",
|
||||||
|
opts = { enable = true },
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue