feat: Added stuff to zen
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
2026-03-04 15:30:05 +05:30
parent 4f18892d1b
commit 7b86a1cb21
4 changed files with 44 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ in {
"core.keybinds" = {
config = {
default_keybinds = true;
neorg_leader = "<C-m>";
neorg_leader = "<C-i>";
};
};
"core.integrations.treesitter" = {

View File

@@ -42,8 +42,8 @@
};
};
in [
inputs.nno.overlays.default
inputs.nixvim.overlays.default
vimPlugins
inputs.nno.overlays.default
tree-sitter-grammars
vimPlugins
]