chore: move nvim-tree.utils.warn -> notify.warn
add notify.error and notify.info
This commit is contained in:
@@ -65,7 +65,7 @@ function M.fn(node)
|
||||
utils.clear_prompt()
|
||||
|
||||
if utils.file_exists(new_file_path) then
|
||||
utils.warn "Cannot create: file already exists"
|
||||
utils.notify.warn "Cannot create: file already exists"
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user