update plugin name
This commit is contained in:
parent
02d545cd42
commit
d84e2b36a1
|
@ -15,7 +15,7 @@ local plugins = {
|
||||||
|
|
||||||
["NvChad/extensions"] = {},
|
["NvChad/extensions"] = {},
|
||||||
|
|
||||||
["NvChad/nvim-base16.lua"] = {
|
["NvChad/base46"] = {
|
||||||
after = "packer.nvim",
|
after = "packer.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
local ok, base16 = pcall(require, "base16")
|
local ok, base16 = pcall(require, "base16")
|
||||||
|
@ -33,7 +33,7 @@ local plugins = {
|
||||||
},
|
},
|
||||||
|
|
||||||
["kyazdani42/nvim-web-devicons"] = {
|
["kyazdani42/nvim-web-devicons"] = {
|
||||||
after = "nvim-base16.lua",
|
after = "base46",
|
||||||
config = function()
|
config = function()
|
||||||
require "plugins.configs.icons"
|
require "plugins.configs.icons"
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue