Refactor theme and status line into their own file

This commit is contained in:
Chris Patti 2023-06-03 10:11:10 -04:00
parent e15e7f4bda
commit cdaa750c86
4 changed files with 33 additions and 34 deletions

View file

@ -0,0 +1,10 @@
return {
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
config = function()
vim.cmd.colorscheme 'tokyonight-storm'
end,
}