Files
nixvim/config/plugins/guess-indent.nix
2026-02-08 10:16:40 +01:00

7 lines
61 B
Nix

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