diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 21:24:53 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 21:24:53 +0100 |
commit | 8356101d967ba12de50fbe65d883338f0e293952 (patch) | |
tree | b972518294f0d7a0b4b2945acb88e40fb7fde2da /lua/no-clown-fiesta/init.lua | |
parent | 1936e1b83b2809c3743e9a21fc0009a23dcefdc1 (diff) |
Rename Dashboard to Alpha
Diffstat (limited to 'lua/no-clown-fiesta/init.lua')
-rw-r--r-- | lua/no-clown-fiesta/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/init.lua b/lua/no-clown-fiesta/init.lua index 564bffa..08eb084 100644 --- a/lua/no-clown-fiesta/init.lua +++ b/lua/no-clown-fiesta/init.lua @@ -11,7 +11,7 @@ Config = require "no-clown-fiesta.config" C = require "no-clown-fiesta.palette" local Buffer = require "no-clown-fiesta.Buffer" -local Dashboard = require "no-clown-fiesta.Dashboard" +local Alpha = require "no-clown-fiesta.Alpha" local Git = require "no-clown-fiesta.Git" local highlights = require "no-clown-fiesta.highlights" local LSP = require "no-clown-fiesta.LSP" @@ -21,7 +21,7 @@ local Whichkey = require "no-clown-fiesta.Whichkey" local skeletons = { Buffer, - Dashboard, + Alpha, Git, highlights, markdown, |