1
0
Fork 0
mirror of https://github.com/akr2002/nv.git synced 2025-03-13 10:19:22 +00:00
nv/config/utils/better-escape.nix

8 lines
103 B
Nix
Raw Normal View History

2024-03-06 13:46:08 +00:00
{
plugins.better-escape = {
enable = true;
clearEmptyLines = true;
timeout = 200;
};
}