diff options
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/editor/treesitter.fnl | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/fnl/plugins/editor/treesitter.fnl b/fnl/plugins/editor/treesitter.fnl index 70a3cc8..bb22287 100644 --- a/fnl/plugins/editor/treesitter.fnl +++ b/fnl/plugins/editor/treesitter.fnl @@ -2,24 +2,25 @@ ;; In the neovim context it helps with better coloring. (local opts {:ensure_installed [:c - :rust - :lua - :hcl - :org - :haskell - :python + :dockerfile + :erlang :fennel - :make :go - :ocaml - :erlang - :vim - :yaml + :haskell + :hcl :html - :toml - :dockerfile + :latex + :lua + :make :markdown - :latex] + :ocaml + :org + :python + :rust + :sql + :toml + :vim + :yaml] :sync_install false :ignore_install [""] :autopairs {:enable true} |