refactor: standardize log prefixes to [diffs.nvim]: (#183)
This commit is contained in:
parent
e4b648341a
commit
600d3757f2
3 changed files with 5 additions and 5 deletions
|
|
@ -621,7 +621,7 @@ local function migrate_integrations(opts)
|
|||
local old = 'vim.g.diffs.{' .. table.concat(stale, ', ') .. '}'
|
||||
local new = 'vim.g.diffs.integrations.{' .. table.concat(stale, ', ') .. '}'
|
||||
vim.notify(
|
||||
'[diffs.nvim] ignoring ' .. old .. '; move to ' .. new .. ' or remove',
|
||||
'[diffs.nvim]: ignoring ' .. old .. '; move to ' .. new .. ' or remove',
|
||||
vim.log.levels.WARN
|
||||
)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue