1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-10 02:51:07 +01:00

plugins/vim-repeat: init

This commit is contained in:
refaelsh 2024-09-05 20:40:01 +03:00 committed by GaetanLepage
parent 83aed0e6a3
commit 9248da3c3b
3 changed files with 17 additions and 0 deletions

View file

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