format with stylua
This commit is contained in:
1
.stylua.toml
Normal file
1
.stylua.toml
Normal file
@@ -0,0 +1 @@
|
||||
no_call_parentheses = true
|
||||
@@ -42,8 +42,12 @@
|
||||
--
|
||||
-- `:lua require('lush').ify()`
|
||||
|
||||
local lush = require('lush')
|
||||
local hsl = lush.hsl
|
||||
local lush = require "lush"
|
||||
local hsl = lush.hsluv
|
||||
|
||||
local sand = hsl(208, 80, 80)
|
||||
local sea_crest = hsl(208, 90, 30)
|
||||
local sea_deep = hsl(208, 90, 10) -- the integers used here.
|
||||
|
||||
local theme = lush(function()
|
||||
return {
|
||||
@@ -260,7 +264,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user