From 28fb5cdbc3523194f4d684a334babeab2769ad2a Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 5 Jan 2023 02:53:07 +0100 Subject: Fix treesitter loading --- fnl/plugins.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2