diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-05 00:14:00 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-05 00:14:00 +0100 |
commit | 011517b4f779c39ff7ce600eaf29a2a148df0cc6 (patch) | |
tree | 793caa43398e9884ea5cc21992109cfda0b6b2f8 | |
parent | 7889e0c5119e09876ccfaae6e75a2033184d083a (diff) |
Remove fixed commit for treesitter
-rw-r--r-- | fnl/plugins/treesitter.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl index 9617361..02b7a64 100644 --- a/fnl/plugins/treesitter.fnl +++ b/fnl/plugins/treesitter.fnl @@ -81,7 +81,6 @@ {1 :nvim-treesitter/nvim-treesitter :dependencies [{1 :nvim-treesitter/nvim-treesitter-textobjects :lazy true}] - :commit :6bd108a6f10aa01b854c3c673b6d9d61662a8c93 :build ":TSUpdate" :event [:VeryLazy] : config} |