-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.lua
executable file
·16 lines (15 loc) · 1.09 KB
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- .-') ('-. .-. .-') ('-. ) (`-. ('-. ('-.
-- ( OO ). ( OO ).-.\ ( OO ) _( OO) ( OO ). _( OO) © SakuK - 2022 ( OO ).-.
-- (_)---\_) / . --. /,--. ,--. ,--. ,--. (,------.(_/. \_)-.(,------. ,--. ,--. ,--. / . --. /
-- / _ | | \-. \ | .' / | | | | | .---' \ `.' / | .---' | |.-') | | | | | \-. \
-- \ :` `..-'-' | || /, | | | .-') | | \ /\ | | | | OO )| | | .-').-'-' | |
-- '..`''.)\| |_.' || ' _)| |_|( OO )(| '--. \ \ | (| '--. | |`-' || |_|( OO )\| |_.' |
-- .-._) \ | .-. || . \ | | | `-' / | .--' .' \_) | .--' (| '---.'| | | `-' / | .-. |
-- \ / | | | || |\ \(' '-'(_.-' | `---. / .'. \ | `---..-.| |(' '-'(_.-' | | | |
-- `-----' `--' `--'`--' '--' `-----' `------''--' '--' `------'`-'`------' `-----' `--' `--'
-- core settings
require("sakuexe.options")
require("sakuexe.keymaps")
require("sakuexe.after.filetypes")
-- plugins
require("sakuexe.lazy_init")