mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-14 15:13:19 +00:00
feat(diff): Add options to diff command to allow diffing only current buffer
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ end
|
||||
|
||||
---- Notify function to display messages with a title
|
||||
--- @param message string The message to display
|
||||
--- @param level number The log level (default: INFO)
|
||||
--- @param level? number The log level (default: INFO)
|
||||
function M.notify(message, level)
|
||||
level = level or vim.log.levels.INFO
|
||||
vim.notify(message, level, { title = "JJ", timeout = 3000 })
|
||||
|
||||
Reference in New Issue
Block a user