diff options
Diffstat (limited to 'lua/kickstart/plugins/theme.lua')
-rw-r--r-- | lua/kickstart/plugins/theme.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lua/kickstart/plugins/theme.lua b/lua/kickstart/plugins/theme.lua deleted file mode 100644 index 794aa4d..0000000 --- a/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, -} - |