build: selene + stylua

This commit is contained in:
Folke Lemaitre
2021-05-12 11:19:28 +02:00
parent fc7301ab94
commit 09cc28432f
13 changed files with 269 additions and 155 deletions

View File

@@ -3,7 +3,8 @@ local theme = require("tokyonight.theme")
local M = {}
function M.colorscheme() util.load(theme.setup()) end
function M.colorscheme()
util.load(theme.setup())
end
return M