]> git.lizzy.rs Git - micro.git/blobdiff - runtime/plugins/comment/comment.lua
Add some docs for linter, comment, status
[micro.git] / runtime / plugins / comment / comment.lua
index 66f0393452add61a8c4fb147ed8be2b6b0879c4c..e3f32d1e9b0163ba86230a50fdcc4149882206e6 100644 (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