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