remove kyazdani42 repo
This commit is contained in:
parent
ed71dba5cc
commit
ff93c22e63
|
@ -83,7 +83,7 @@ local options = {
|
||||||
}
|
}
|
||||||
|
|
||||||
-- check for any override
|
-- 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
|
vim.g.nvimtree_side = options.view.side
|
||||||
|
|
||||||
nvimtree.setup(options)
|
nvimtree.setup(options)
|
||||||
|
|
|
@ -163,7 +163,7 @@ M.devicons = function()
|
||||||
loadfile(vim.g.base46_cache .. "devicons")()
|
loadfile(vim.g.base46_cache .. "devicons")()
|
||||||
|
|
||||||
local options = { override = require("nvchad_ui.icons").devicons }
|
local options = { override = require("nvchad_ui.icons").devicons }
|
||||||
options = require("core.utils").load_override(options, "kyazdani42/nvim-web-devicons")
|
options = require("core.utils").load_override(options, "nvim-tree/nvim-web-devicons")
|
||||||
|
|
||||||
devicons.setup(options)
|
devicons.setup(options)
|
||||||
end
|
end
|
||||||
|
|
|
@ -27,7 +27,7 @@ local plugins = {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["kyazdani42/nvim-web-devicons"] = {
|
["nvim-tree/nvim-web-devicons"] = {
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.configs.others").devicons()
|
require("plugins.configs.others").devicons()
|
||||||
end,
|
end,
|
||||||
|
@ -150,7 +150,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- file managing , picker etc
|
-- file managing , picker etc
|
||||||
["kyazdani42/nvim-tree.lua"] = {
|
["nvim-tree/nvim-tree.lua"] = {
|
||||||
cmd = { "NvimTreeToggle", "NvimTreeFocus" },
|
cmd = { "NvimTreeToggle", "NvimTreeFocus" },
|
||||||
config = function()
|
config = function()
|
||||||
require "plugins.configs.nvimtree"
|
require "plugins.configs.nvimtree"
|
||||||
|
|
Loading…
Reference in New Issue