From c4fcef7741727f38b6f6e74a15bef6e4cf5bf988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Thu, 11 Mar 2021 12:05:14 -0300 Subject: adding more airline file #19 --- autoload/airline/themes/gruvbox.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 autoload/airline/themes/gruvbox.vim (limited to 'autoload') diff --git a/autoload/airline/themes/gruvbox.vim b/autoload/airline/themes/gruvbox.vim new file mode 100644 index 0000000..07a2ef3 --- /dev/null +++ b/autoload/airline/themes/gruvbox.vim @@ -0,0 +1,5 @@ +function! airflow#themes#gruvbox#refresh() + lua require("gruvbox.plugins.airline").refresh() +endfunction + +call airflow#themes#gruvbox#refresh() -- cgit v1.2.3