mirror of
https://github.com/rodneybbjr/kickstart.nvim.git
synced 2025-12-19 10:07:31 -05:00
Refactor theme and status line into their own file
This commit is contained in:
10
lua/kickstart/plugins/theme.lua
Normal file
10
lua/kickstart/plugins/theme.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'tokyonight-storm'
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user