summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-05 22:48:39 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-05 22:48:39 +0200
commitf896d92a19555335d024bcc73e276196aa01db0b (patch)
treee0a381a81d75a147f6fd3e8da5d8fb7ec00c9bcb
parent90db7a7e1022d7f8ec7c2259b9828d18042f1991 (diff)
style: format
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 4058650..7defcbf 100644
--- a/init.lua
+++ b/init.lua
@@ -3,7 +3,7 @@
-- Load fennel config
vim.g["aniseed#env"] = {
module = "init",
- compile = true
+ compile = true,
}
require "init"