startw/conf/config/micro/settings.json

13 lines
278 B
JSON
Raw Normal View History

2020-04-05 21:19:19 +02:00
{
2020-08-18 21:15:12 +02:00
"colorcolumn": 80,
"colorscheme": "gruvbox",
"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
}