Fork and customize config
This commit is contained in:
parent
4a37a0a9b1
commit
e137556250
6 changed files with 155 additions and 35 deletions
10
lua/custom/plugins/nvim-base16.lua
Normal file
10
lua/custom/plugins/nvim-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