diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-05 02:53:07 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-05 02:53:07 +0100 |
commit | 28fb5cdbc3523194f4d684a334babeab2769ad2a (patch) | |
tree | fe805f3954040697cd6e8632cb5a4dfdd9da31e7 /fnl | |
parent | 18635f184ed3e2276cf5cf7d93ebfa7f5c3350b2 (diff) |
Fix treesitter loading
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 2990a7f..7f51cee 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -12,7 +12,7 @@ (require :config.colorizer))} {1 :nvim-treesitter/nvim-treesitter :build ":TSUpdate" - :event :BufReadPost + :event :BufReadPre :config (fn [] (require :config.treesitter))} ;; Completions |