summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-03 23:00:42 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-03 23:00:42 +0100
commit381e655febf39e83dd28738c7be7268821089c28 (patch)
treeeff9f83b36f58a294e4e0f9a32c07449ed2604c4 /fnl
parent5679e90f8a687ff1ce33fb2e4f579e4c17ec2d51 (diff)
Add event for alpha
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl
index a3e68af..c67edb0 100644
--- a/fnl/plugins.fnl
+++ b/fnl/plugins.fnl
@@ -171,7 +171,7 @@
:config (fn []
(require :config.window-picker))}
{1 :goolord/alpha-nvim
- :lazy false
+ :event :VimEnter
:config (fn []
(require :config.alpha))}
{1 :folke/which-key.nvim