From f1465d01bb4176cc9be80ba50ad00de96a9ed525 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 23 Sep 2022 01:19:19 -0700 Subject: [PATCH] nvim: remove vim-lumen (slow and I don't really ever use light theme) --- .config/nvim/lua/blake/plugins.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index d2b5227..c4b5008 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -94,9 +94,6 @@ return require('packer').startup({function() vim.cmd 'cab COL ColorizerToggle' end, } - use { -- lumen: make vim respect the system light/dark theme setting (linux + macos) - 'vimpostor/vim-lumen', - } use { -- vim-illuminate: highlight other occurrences of the word under cursor 'RRethy/vim-illuminate', -- commit = '27f6ef135a88d9410a33cf92fc47f5c018df552c', -- for finding the correct color to make highlights