From 21b7f70da21011de3a5d028d580a2c31323d785e Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Sat, 4 Sep 2021 10:53:03 -0500 Subject: [PATCH] removed cursorline styling --- lua/lush_theme/wormbait.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lush_theme/wormbait.lua b/lua/lush_theme/wormbait.lua index 579b719..989efbd 100644 --- a/lua/lush_theme/wormbait.lua +++ b/lua/lush_theme/wormbait.lua @@ -58,7 +58,7 @@ local theme = lush(function() SpellCap { WarningMsg }, SpellLocal { WarningMsg }, SpellRare { WarningMsg }, - StatusLine { CursorLine }, + StatusLine { }, StatusLineNC { }, TabLine { }, TabLineFill { },