From b582d4e7be7f9d92213db9f2af6cbcf3e3bfca0f Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Sat, 25 Feb 2023 22:58:21 +0200 Subject: [PATCH] Remove tokyonight theme --- lua/user/plugins.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index a1d396b..7883d37 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -63,7 +63,6 @@ return packer.startup(function(use) use("tpope/vim-surround") -- Colorschemes - use("folke/tokyonight.nvim") use("lunarvim/darkplus.nvim") use("Mofiqul/dracula.nvim") use("elkowar/yuck.vim")