From 46d9810c5c15835af54b9556ba7a161d61fb93b8 Mon Sep 17 00:00:00 2001 From: Oliver Marriott Date: Thu, 11 Mar 2021 15:03:27 +1100 Subject: [PATCH] Add Comment group (fixes #1) --- lua/lush_theme/lush_template.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lush_theme/lush_template.lua b/lua/lush_theme/lush_template.lua index 0bef258..8be34e9 100644 --- a/lua/lush_theme/lush_template.lua +++ b/lua/lush_theme/lush_template.lua @@ -59,6 +59,7 @@ local theme = lush(function() -- styling for that group (meaning they mostly get styled as Normal) -- or leave them commented to apply vims default colouring or linking. + -- Comment { }, -- any comment -- ColorColumn { }, -- used for the columns set with 'colorcolumn' -- Conceal { }, -- placeholder characters substituted for concealed text (see 'conceallevel') -- Cursor { }, -- character under the cursor