Adds micro settings

nix-darwin
Abhinav Sarkar 2022-09-25 18:33:56 +05:30
parent 8c40b6d5aa
commit 0910f9310f
1 changed files with 10 additions and 3 deletions

View File

@ -103,9 +103,16 @@
programs.micro = {
enable = true;
settings = {
"colorscheme" = "zenburn";
"tabsize" = 2;
"tabstospaces" = true;
colorscheme = "gotham";
tabsize = 2;
tabstospaces = true;
autoindent = true;
colorcolumn = 100;
diffgutter = true;
hlsearch = true;
mkparents = true;
savecursor = true;
manipulator = true;
};
};