diff options
author | amelia squires <[email protected]> | 2024-10-22 23:40:30 -0500 |
---|---|---|
committer | amelia squires <[email protected]> | 2024-10-22 23:40:30 -0500 |
commit | 0b7b1684d87b7d0b01b5645713b413e317699fd0 (patch) | |
tree | 70d54faa4536e97894754e63061f0d2fad99079c /fnl/plugins/treesitter.fnl |
readme
Diffstat (limited to 'fnl/plugins/treesitter.fnl')
-rw-r--r-- | fnl/plugins/treesitter.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl new file mode 100644 index 0000000..4b2a687 --- /dev/null +++ b/fnl/plugins/treesitter.fnl @@ -0,0 +1,3 @@ +((. (require :nvim-treesitter.configs) :setup) + {:highlight { + :enable true}}) |