summaryrefslogtreecommitdiff
path: root/.config/nvim/fnl/plugins/treesitter.fnl
blob: aea6faf0c7bbb8cadc8a6aed8733c48ee7f3b99c (plain)
1
2
3
4
5
6
((. (require :nvim-treesitter.configs) :setup) {:auto_install true
                                                :ensure_installed [:c]
                                                :highlight {:additional_vim_regex_highlighting false
                                                            :enable true}
                                                :sync_install false})