chore: replace urls from kyazdani42 -> nvim-tree

This commit is contained in:
kiyan
2022-10-08 11:31:57 +02:00
parent 4a01f90d11
commit b4d704e88d
3 changed files with 10 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ local function warn_status(git_status)
utils.notify.warn(
'Unrecognized git state "'
.. git_status
.. '". Please open up an issue on https://github.com/kyazdani42/nvim-tree.lua/issues with this message.'
.. '". Please open up an issue on https://github.com/nvim-tree/nvim-tree.lua/issues with this message.'
)
end