From 04db98668639cb0b431d50e5963f6b156d728078 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 7 Dec 2020 19:15:23 +0100 Subject: vim: big update; move lots of things to lua --- .vim/lua/conf/colors.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create 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 new file mode 100644 index 0000000..65d1fb1 --- /dev/null +++ b/.vim/lua/conf/colors.lua @@ -0,0 +1,9 @@ + +local lush = require('lush') +local hsl = lush.hsl + +return lush(function() + return { + Normal { bg = hsl} + } +end) -- cgit 1.4.1