From cdaa750c86cfc0c8f2fc1c8638b7296c327bf5a9 Mon Sep 17 00:00:00 2001 From: Chris Patti Date: Sat, 3 Jun 2023 10:11:10 -0400 Subject: Refactor theme and status line into their own file --- lua/kickstart/plugins/theme.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/kickstart/plugins/theme.lua (limited to 'lua/kickstart/plugins/theme.lua') diff --git a/lua/kickstart/plugins/theme.lua b/lua/kickstart/plugins/theme.lua new file mode 100644 index 0000000..794aa4d --- /dev/null +++ b/lua/kickstart/plugins/theme.lua @@ -0,0 +1,10 @@ +return { + "folke/tokyonight.nvim", + lazy = false, + priority = 1000, + opts = {}, + config = function() + vim.cmd.colorscheme 'tokyonight-storm' + end, +} + -- cgit v1.2.3-70-g09d2