summaryrefslogtreecommitdiff
path: root/.config/nvim/fnl/plugins/treesitter.fnl
diff options
context:
space:
mode:
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})
+