14 lines
411 B
JSON
14 lines
411 B
JSON
{
|
|
"colorscheme": "solarwolf",
|
|
"diffgutter": true,
|
|
"divchars": " ",
|
|
"mkparents": true,
|
|
"parsecursor": true,
|
|
"paste": true,
|
|
"scrollbar": true,
|
|
"softwrap": true,
|
|
"statusformatl": "[$(opt:filetype)] $(opt:fileformat)/$(opt:encoding) ($(status.size))",
|
|
"statusformatr": "$(modified)$(filename):$(line):$(col) .. $(status.lines)",
|
|
"tabsize": 2,
|
|
"tabstospaces": true
|
|
}
|