mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 00:28:56 +02:00
10 lines
213 B
Lua
10 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,
|
|
}
|