Add: Micro editor settings & Add: micro buffers to git ignore
All checks were successful
/ test (push) Successful in 29s
All checks were successful
/ test (push) Successful in 29s
This commit is contained in:
parent
1f248b7235
commit
4e1bdb40c2
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,4 +2,5 @@
|
||||||
.env
|
.env
|
||||||
|
|
||||||
# Folders
|
# Folders
|
||||||
|
Configs/micro/buffers/
|
||||||
tmp/
|
tmp/
|
||||||
|
|
4
Configs/micro/settings.json
Normal file
4
Configs/micro/settings.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"colorscheme": "lilac-breeze",
|
||||||
|
"savecursor": true
|
||||||
|
}
|
Loading…
Reference in a new issue