Fork and customize config

This commit is contained in:
Garrett Dawson 2023-03-18 22:47:34 -06:00
parent 4a37a0a9b1
commit e137556250
6 changed files with 155 additions and 35 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,
}