summaryrefslogtreecommitdiff
path: root/utils/lush-template/lua/lush_theme/lush_template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lush-template/lua/lush_theme/lush_template.lua')
-rw-r--r--utils/lush-template/lua/lush_theme/lush_template.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/lush-template/lua/lush_theme/lush_template.lua b/utils/lush-template/lua/lush_theme/lush_template.lua
index bd3f0849..26b04d8b 100644
--- a/utils/lush-template/lua/lush_theme/lush_template.lua
+++ b/utils/lush-template/lua/lush_theme/lush_template.lua
@@ -42,7 +42,7 @@
--
-- `:lua require('lush').ify()`
-local lush = require('lush')
+local lush = require "lush"
local hsl = lush.hsl
local theme = lush(function()
@@ -101,7 +101,7 @@ local theme = lush(function()
-- QuickFixLine { }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
-- Search { }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
-- SpecialKey { }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
- -- SpellBad { }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
+ -- SpellBad { }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
-- SpellCap { }, -- Word that should start with a capital. |spell| Combined with the highlighting used otherwise.
-- SpellLocal { }, -- Word that is recognized by the spellchecker as one that is used in another region. |spell| Combined with the highlighting used otherwise.
-- SpellRare { }, -- Word that is recognized by the spellchecker as one that is hardly ever used. |spell| Combined with the highlighting used otherwise.
@@ -260,7 +260,6 @@ local theme = lush(function()
-- TSTitle { }; -- Text that is part of a title.
-- TSLiteral { }; -- Literal text.
-- TSURI { }; -- Any URI like a link or email.
-
}
end)