Files
nixvim/config/plugins/guess-indent.nix

7 lines
64 B
Nix

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