Fork and customize config

This commit is contained in:
Garrett Dawson 2023-03-18 22:47:34 -06:00
parent f031fa4509
commit f65329a3b4
6 changed files with 144 additions and 22 deletions

View file

@ -0,0 +1,10 @@
return {
'norcalli/nvim-base16.lua',
lazy = false,
priority = 1000,
config = function()
local base16 = require 'base16'
base16(base16.themes[vim.env.BASE16_THEME or "3024"], true)
end,
}