From 0b27e37a70826bb30821c6f76c231ce332292359 Mon Sep 17 00:00:00 2001 From: Chris Patti Date: Sun, 4 Jun 2023 16:10:59 +0000 Subject: Revert "Refactor theme and status line into their own file" This reverts commit 4dd2f71906c4278356f80736ee7f3faaf3cdb3ca. --- nvim/lua/kickstart/plugins/theme.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 nvim/lua/kickstart/plugins/theme.lua (limited to 'nvim/lua/kickstart/plugins/theme.lua') diff --git a/nvim/lua/kickstart/plugins/theme.lua b/nvim/lua/kickstart/plugins/theme.lua deleted file mode 100644 index 794aa4d..0000000 --- a/nvim/lua/kickstart/plugins/theme.lua +++ /dev/null @@ -1,10 +0,0 @@ -return { - "folke/tokyonight.nvim", - lazy = false, - priority = 1000, - opts = {}, - config = function() - vim.cmd.colorscheme 'tokyonight-storm' - end, -} - -- cgit v1.2.3