Skip to content

Commit

Permalink
change nvim-base16.lua alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodal98 committed May 8, 2022
1 parent 6f8b08e commit e732bac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ local plugins = {
},

{
"NvChad/nvim-base16.lua",
"NvChad/base46",
-- the nvchad developers have created an implicit dependency
-- between this extension and their base nvchad config,
-- which causes issues if you are updating plugins but
-- not nvchad. I would prefer to avoid updating nvchad,
-- as the developers have a tendency to release breaking
-- changes and I don't have time to restructure my config...
commit="dbd746da1b1ab43faf8aad2ba5ad0be3d43eba86",
-- The nvchad developers renamed nvim-base16.lua repo -> base46
-- Since my version of nvchad uses the nvim-base16.lua name, let's
-- use this "as" transformation.
as="nvim-base16.lua",
after = "packer.nvim",
config = function()
require("colors").init()
Expand Down

0 comments on commit e732bac

Please sign in to comment.