feat: bust up the project, refresh upstream
This commit is contained in:
parent
a3cd76746c
commit
2079778b89
47 changed files with 1446 additions and 1205 deletions
10
lua/killtheliterate/plugins/base16.lua
Normal file
10
lua/killtheliterate/plugins/base16.lua
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue