remove kyazdani42 repo
This commit is contained in:
parent
178d62bce4
commit
b9ec202f79
|
@ -84,7 +84,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)
|
||||||
|
|
|
@ -162,7 +162,7 @@ M.devicons = function()
|
||||||
require("base46").load_highlight "devicons"
|
require("base46").load_highlight "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
|
||||||
|
|
|
@ -44,7 +44,7 @@ local plugins = {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
["kyazdani42/nvim-web-devicons"] = {
|
["nvim-tree/nvim-web-devicons"] = {
|
||||||
after = "ui",
|
after = "ui",
|
||||||
module = "nvim-web-devicons",
|
module = "nvim-web-devicons",
|
||||||
config = function()
|
config = function()
|
||||||
|
@ -170,7 +170,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
|
|
||||||
-- file managing , picker etc
|
-- file managing , picker etc
|
||||||
["kyazdani42/nvim-tree.lua"] = {
|
["nvim-tree/nvim-tree.lua"] = {
|
||||||
ft = "alpha",
|
ft = "alpha",
|
||||||
cmd = { "NvimTreeToggle", "NvimTreeFocus" },
|
cmd = { "NvimTreeToggle", "NvimTreeFocus" },
|
||||||
config = function()
|
config = function()
|
||||||
|
|
Loading…
Reference in New Issue