nixvim/config/indent-blankline.nix

8 lines
83 B
Nix
Raw Normal View History

2024-08-20 05:43:03 +00:00
{
plugins.indent-blankline = {
enable = true;
settings = {
};
};
}