Add some docs for linter, comment, status

This commit is contained in:
Zachary Yedidia
2020-02-07 11:32:12 -05:00
parent ef768e36f3
commit 106ba48079
10 changed files with 249 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -198,7 +198,7 @@ var defaultCommonSettings = map[string]interface{}{
"softwrap": false,
"splitbottom": true,
"splitright": true,
"statusformatl": "$(filename) $(modified)($(line),$(col)) | ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)",
"statusformatl": "$(filename) $(modified)($(line),$(col)) $(status.paste)| ft:$(opt:filetype) | $(opt:fileformat) | $(opt:encoding)",
"statusformatr": "$(bind:ToggleKeyMenu): bindings, $(bind:ToggleHelp): help",
"statusline": true,
"syntax": true,