diff options
author | amelia squires <[email protected]> | 2024-11-13 06:17:23 -0600 |
---|---|---|
committer | amelia squires <[email protected]> | 2024-11-13 06:17:23 -0600 |
commit | 804f2a342d1b2002ad383ff604e75eb0caba8f65 (patch) | |
tree | 0c23239e32ec36f6d9e84ac4d2099194881fd180 /fnl/plugins/treesitter.fnl | |
parent | e47fa485563a8a806c52f66a18471bbf012ac5c1 (diff) |
ton of new stuff
Diffstat (limited to 'fnl/plugins/treesitter.fnl')
-rw-r--r-- | fnl/plugins/treesitter.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl index 4b2a687..a0f6156 100644 --- a/fnl/plugins/treesitter.fnl +++ b/fnl/plugins/treesitter.fnl @@ -1,3 +1,3 @@ -((. (require :nvim-treesitter.configs) :setup) +(_G.util.setup! :nvim-treesitter.configs {:highlight { :enable true}}) |