mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +00:00
feat(new): Allow passing arguments to through the cli and add better UX flow on lua api
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ function M.status()
|
||||
if M.config.snacks then
|
||||
require("jj.picker.snacks").status(M.config, files)
|
||||
else
|
||||
return utils.notify("No `picker` enabled", vim.log.levels.INFO)
|
||||
return utils.notify("No `Picker` enabled", vim.log.levels.INFO)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user