From 15b5484ef71281fcb3e643b120dfc89b1b78491c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 8 Feb 2022 23:41:11 +0100 Subject: vim: replace spinner with lsp-status --- .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 4040930..adf9941 100644 --- a/.vim/lua/colors.lua +++ b/.vim/lua/colors.lua @@ -323,5 +323,6 @@ return lush(function() StatusLineJobs { DiagnosticHint }, StatusLineDiagnostics { StatusLine }, StatusLineLightbulb { fg = hsl(p.bright.yellow) }, + StatusLineLsp { fg = hsl(p.normal.black), bg = hsl(p.normal.white) }, } end) -- cgit 1.4.1