From a1149828dd403d4811e3615540cf8bbd98c56a6b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 2 Nov 2021 17:41:56 +0100 Subject: vim: bring lightbulb to statusline --- .vim/lua/colors.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.vim/lua/colors.lua') diff --git a/.vim/lua/colors.lua b/.vim/lua/colors.lua index f955ae1..8e42e28 100644 --- a/.vim/lua/colors.lua +++ b/.vim/lua/colors.lua @@ -290,5 +290,6 @@ return lush(function() StatusLineReplace { fg = hsl(p.bright.white), bg = hsl(p.bright.red) }, StatusLineJobs { LspDiagnosticsHint }, StatusLineDiagnostics { StatusLine }, + StatusLineLightbulb { fg = hsl(p.bright.yellow) }, } end) -- cgit 1.4.1