nixvim/config/indent-blankline.nix
2024-08-20 17:07:45 +08:00

7 lines
83 B
Nix

{
plugins.indent-blankline = {
enable = true;
settings = {
};
};
}