change micro config

This commit is contained in:
Frost-Phoenix 2024-02-14 23:05:22 +01:00
parent 870560413b
commit 91b182fc59

View file

@ -5,6 +5,10 @@
settings = {
"colorscheme" = "catppuccin-mocha";
"*.nix" = "{'tabsize': 2}";
"*.ml" = "{'tabsize': 2}";
"tabstospaces" = true;
"tabsize" = 4;
};
};