mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 05:38:38 +02:00
Refactor theme and status line into their own file
This commit is contained in:
parent
e15e7f4bda
commit
cdaa750c86
4 changed files with 33 additions and 34 deletions
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,
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue