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/init.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vim/lua/init.lua (limited to '.vim/lua/init.lua') diff --git a/.vim/lua/init.lua b/.vim/lua/init.lua new file mode 100644 index 0000000..0397b28 --- /dev/null +++ b/.vim/lua/init.lua @@ -0,0 +1,4 @@ +-- init lua + +require 'plugins' +require 'conf.diagnostic' -- cgit 1.4.1