From 23050d0a3a958cd011cd2bc87aa8a6f546399af2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 22 Apr 2021 13:19:32 +0200 Subject: vim: update * adds colors * neuron.nvim config * etc. --- .vim/lua/conf/colors.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .vim/lua/conf/colors.lua (limited to '.vim/lua/conf/colors.lua') diff --git a/.vim/lua/conf/colors.lua b/.vim/lua/conf/colors.lua deleted file mode 100644 index 65d1fb1..0000000 --- a/.vim/lua/conf/colors.lua +++ /dev/null @@ -1,9 +0,0 @@ - -local lush = require('lush') -local hsl = lush.hsl - -return lush(function() - return { - Normal { bg = hsl} - } -end) -- cgit 1.4.1