feat(cmd): Improve describe command by showing and hiding jj st while typing`

This commit is contained in:
NicolasGB
2025-06-27 13:56:46 +02:00
parent 5df7f4f0e5
commit 755caddcb2
2 changed files with 45 additions and 17 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ M.config = {
}
--- Setup the plugin
--- @param opts table: Options to configure the plugin
--- @param opts jj.Config: Options to configure the plugin
function M.setup(opts)
M.config = vim.tbl_deep_extend("force", M.config, opts or {})
cmd.register_command()