mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 08:39:06 +02:00
11 lines
213 B
Lua
11 lines
213 B
Lua
|
return {
|
||
|
'deparr/tairiki.nvim',
|
||
|
lazy = false,
|
||
|
priority = 1000, -- only necessary if you use tairiki as default theme
|
||
|
config = function()
|
||
|
require('tairiki').setup {
|
||
|
style = 'dark',
|
||
|
}
|
||
|
end,
|
||
|
}
|