summaryrefslogtreecommitdiff
path: root/.config/nvim/fnl/plugins/treesitter.fnl
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-20 20:38:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-20 20:38:05 -0400
commit9e295adb1b839369409349842b1d1a705b2e3df1 (patch)
tree2720e4ab5d2ddc2655166a9f084a1eedbf7e9e13 /.config/nvim/fnl/plugins/treesitter.fnl
parent75f923f59b4d5987bfbff8f7983e1f265e0247b8 (diff)
fix: Forgot to add nvim/fnl
Diffstat (limited to '.config/nvim/fnl/plugins/treesitter.fnl')
-rw-r--r--.config/nvim/fnl/plugins/treesitter.fnl6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvim/fnl/plugins/treesitter.fnl b/.config/nvim/fnl/plugins/treesitter.fnl
new file mode 100644
index 0000000..aea6faf
--- /dev/null
+++ b/.config/nvim/fnl/plugins/treesitter.fnl
@@ -0,0 +1,6 @@
+((. (require :nvim-treesitter.configs) :setup) {:auto_install true
+ :ensure_installed [:c]
+ :highlight {:additional_vim_regex_highlighting false
+ :enable true}
+ :sync_install false})
+