diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 23:57:46 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-20 23:57:46 +0100 |
commit | 0cbadfe9e36b10c32e54fd5c339b7fbd61765458 (patch) | |
tree | bffaf98db6ad81d28cc98db47a1594fe3c7338ef | |
parent | 87800112f1601e812a048e6435c8ef560a4b1823 (diff) |
Refactor with stylua
-rw-r--r-- | lua/no-clown-fiesta/init.lua | 8 |
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, } |