From eeb2d0c528851b61f9c790f5afe33f4083c9264a Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 14 Jun 2022 21:08:15 +0200 Subject: vim: juggle around colorscheme implementation --- .vim/colors/lush.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .vim/colors/lush.lua (limited to '.vim/colors/lush.lua') diff --git a/.vim/colors/lush.lua b/.vim/colors/lush.lua deleted file mode 100644 index eab2415..0000000 --- a/.vim/colors/lush.lua +++ /dev/null @@ -1,7 +0,0 @@ -if not vim.opt.termguicolors:get() then - return -end - -vim.g.colors_name = 'lush' -vim.opt.background = 'dark' -require('lush')(require('colors')) -- cgit 1.4.1