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

View File

@@ -107,4 +107,5 @@ end
function init()
config.MakeCommand("comment", "comment.comment", config.NoComplete)
config.TryBindKey("Alt-/", "lua:comment.comment", false)
config.AddRuntimeFile("comment", config.RTHelp, "help/comment.md")
end