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

@@ -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"