From 9e295adb1b839369409349842b1d1a705b2e3df1 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Fri, 20 Mar 2026 20:38:05 -0400 Subject: fix: Forgot to add nvim/fnl --- .config/nvim/fnl/plugins/treesitter.fnl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/nvim/fnl/plugins/treesitter.fnl (limited to '.config/nvim/fnl/plugins/treesitter.fnl') 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}) + -- cgit v1.2.3