inital commit

This commit is contained in:
Folke Lemaitre
2021-04-17 21:22:55 +02:00
commit 83cec6c4e0
9 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---@class Config
local config
config = { style = "storm" }
if vim.g.tokyonight_style == "night" then config.style = "night" end
return config