mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
12 lines
192 B
Lua
12 lines
192 B
Lua
return {
|
|
'folke/tokyonight.nvim',
|
|
lazy = false,
|
|
priority = 1000,
|
|
init = function()
|
|
require('tokyonight').load()
|
|
end,
|
|
opts = {
|
|
style = 'night',
|
|
},
|
|
}
|