Files
nixvim/config/plugins/blink-indent.nix
T

11 lines
140 B
Nix

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