remove kyazdani42 repo

This commit is contained in:
anosillus 2023-01-17 07:53:25 +09:00 committed by Sidhanth Rathod
parent ed71dba5cc
commit ff93c22e63
3 changed files with 4 additions and 4 deletions

View file

@ -83,7 +83,7 @@ local options = {
}
-- check for any override
options = require("core.utils").load_override(options, "kyazdani42/nvim-tree.lua")
options = require("core.utils").load_override(options, "nvim-tree/nvim-tree.lua")
vim.g.nvimtree_side = options.view.side
nvimtree.setup(options)