mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-14 00:09:18 +00: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