startw/conf/config/micro/settings.json

13 lines
277 B
JSON
Raw Normal View History

2020-04-05 21:19:19 +02:00
{
2020-08-18 21:15:12 +02:00
"colorcolumn": 80,
2021-07-16 12:23:03 +02:00
"colorscheme": "simple",
"fzf": true,
2020-04-05 21:19:19 +02:00
"paste": true,
"pluginchannels": [
"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json"
],
"pluginrepos": [],
2020-08-18 21:15:12 +02:00
"softwrap": true,
"tabsize": 8
2020-04-05 21:19:19 +02:00
}