diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 23:44:07 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-21 23:44:07 +0100 |
commit | ad89f1372ea60b9a2d038c114dc0155b4b9df3ea (patch) | |
tree | 04efb71b31ecc2f05c86449966409243b0b4837a /fnl/plugins | |
parent | 9416d68cf115e011f9200f0c491cb131a8417635 (diff) |
Fix commit of treesitter until unbroken
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/treesitter.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl index 02b7a64..9617361 100644 --- a/fnl/plugins/treesitter.fnl +++ b/fnl/plugins/treesitter.fnl @@ -81,6 +81,7 @@ {1 :nvim-treesitter/nvim-treesitter :dependencies [{1 :nvim-treesitter/nvim-treesitter-textobjects :lazy true}] + :commit :6bd108a6f10aa01b854c3c673b6d9d61662a8c93 :build ":TSUpdate" :event [:VeryLazy] : config} |