summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-20 23:57:46 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-20 23:57:46 +0100
commit0cbadfe9e36b10c32e54fd5c339b7fbd61765458 (patch)
treebffaf98db6ad81d28cc98db47a1594fe3c7338ef /lua
parent87800112f1601e812a048e6435c8ef560a4b1823 (diff)
Refactor with stylua
Diffstat (limited to 'lua')
-rw-r--r--lua/no-clown-fiesta/init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/no-clown-fiesta/init.lua b/lua/no-clown-fiesta/init.lua
index fecf0bb..471e178 100644
--- a/lua/no-clown-fiesta/init.lua
+++ b/lua/no-clown-fiesta/init.lua
@@ -23,13 +23,13 @@ local Whichkey = require("no-clown-fiesta.Whichkey")
local skeletons = {
Git,
- Hop,
+ Hop,
highlights,
markdown,
- NvimTree,
+ NvimTree,
LSP,
- StatusLine,
- Telescope,
+ StatusLine,
+ Telescope,
Treesitter,
Whichkey,
}