summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/init.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/init.fnl b/fnl/init.fnl
index 4862b16..00e8fc0 100644
--- a/fnl/init.fnl
+++ b/fnl/init.fnl
@@ -3,4 +3,6 @@
(require :settings)
(require :install)
(if (> util.num-plugins 3)
- (require :config))
+ (require :config)
+ (vim.notify "Not loading config before plugins are downloaded"
+ vim.log.levels.DEBUG))