mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-05 02:36:07 +00:00
feat(cmd): Improve describe command by showing and hiding jj st while typing`
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user