summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-06 15:13:09 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-06 15:13:09 +0100
commit31fa2404167c31fe610d4fdc9efda03785e04ecc (patch)
treefe27acf59e2cc58afbad619d555b1a50ddc642a8 /fnl
parent2f5b56d09a9626213a2eec924caa35fb65486102 (diff)
Remove autosync on save plugins
Diffstat (limited to 'fnl')
-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})