1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-14 14:32:47 +01:00

plugins/zotcite: init

This commit is contained in:
Gaetan Lepage 2025-01-28 18:25:16 +01:00
parent 818c2906e9
commit b6c0cfab81
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
empty = {
plugins.zellij-nav.enable = true;
};
}