1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-17 06:21:13 +01:00

tests/goyo: init

This commit is contained in:
Gaetan Lepage 2024-02-09 15:23:45 +01:00 committed by Gaétan Lepage
parent e2bd02afd4
commit b57fb15344

View file

@ -0,0 +1,15 @@
{
empty = {
plugins.goyo.enable = true;
};
defaults = {
plugins.goyo = {
enable = true;
width = 80;
height = 85;
showLineNumbers = false;
};
};
}