diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-17 00:55:23 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-17 00:55:23 +0100 |
commit | 8875e871054baf62eefe955dfe0b4dcea48f4307 (patch) | |
tree | bc301e987d960916e4d8d2574d4f743c95861809 /fnl/plugins | |
parent | 537379164fe8e79d9dee2d46dff34c3ca474e296 (diff) |
Load treesitter on verylazy
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/editor/treesitter.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/treesitter.fnl b/fnl/plugins/editor/treesitter.fnl index 1d96a13..3679b50 100644 --- a/fnl/plugins/editor/treesitter.fnl +++ b/fnl/plugins/editor/treesitter.fnl @@ -34,6 +34,6 @@ {1 :nvim-treesitter/nvim-treesitter :build ":TSUpdate" - :event :BufReadPost + :event :VeryLazy :config (fn [] (setup))} |