summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/autocmd.fnl6
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/config/autocmd.fnl b/fnl/config/autocmd.fnl
index d7f1229..c12020f 100644
--- a/fnl/config/autocmd.fnl
+++ b/fnl/config/autocmd.fnl
@@ -45,10 +45,4 @@
:callback (lambda []
(env.init nvim.g.aniseed#env))})
-(create-autocmd :BufWritePost
- {:pattern :plugins.fnl
- :callback (lambda []
- (env.init nvim.g.aniseed#env)
- (lazy.sync))})
-
(create-autocmd :FocusGained {:command :checktime})