[+] Micro settings

This commit is contained in:
2024-11-15 01:59:02 -05:00
parent 900802ceda
commit ff5cb7a26b
2 changed files with 17 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
./buffers
./backups
+15 -1
View File
@@ -1,4 +1,18 @@
{
"autosu": true,
"mkparents": true
"clipboard": "terminal",
"colorscheme": "azalea",
"diffgutter": true,
"eofnewline": false,
"hlsearch": true,
"hltrailingws": false,
"mkparents": true,
"savecursor": true,
"saveundo": true,
"scrollbar": true,
"scrollbarchar": " ",
"scrollmargin": 2,
"basename": true,
"statusformatl": " $(filename) $(modified)($(line),$(col))$(status.paste) / ft:$(opt:filetype) / $(opt:fileformat) / $(opt:encoding)",
"statusformatr": "Micro Editor 🐈 Help: ^G / Quit: ^Q "
}