1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests/endwise: init

This commit is contained in:
Gaetan Lepage 2024-02-09 15:16:05 +01:00 committed by Gaétan Lepage
parent ee7f6b703a
commit 962fb6e669

View file

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