chore(plugins): change nvim-tree.lua repo to nvim-tree org (#4325)

This commit is contained in:
LostNeophyte 2023-08-18 14:01:11 +02:00 committed by GitHub
parent 420817e617
commit 76c839d734
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ local core_plugins = {
-- NvimTree
{
"kyazdani42/nvim-tree.lua",
"nvim-tree/nvim-tree.lua",
config = function()
require("lvim.core.nvimtree").setup()
end,