Files
nixvim/config/plugins/blink-indent.nix
T
2026-05-23 09:25:51 +02:00

11 lines
140 B
Nix

{ ... }:
{
plugins.guess-indent = {
enable = true;
settings = {
underline.enable = true;
static.enable = true;
};
};
}