diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/editor/treesitter.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/editor/treesitter.fnl b/fnl/plugins/editor/treesitter.fnl index 68baf38..b88b4bf 100644 --- a/fnl/plugins/editor/treesitter.fnl +++ b/fnl/plugins/editor/treesitter.fnl @@ -2,7 +2,8 @@ ;; In the neovim context it helps with better coloring. (local opts - {:ensure_installed [:c + {:ensure_installed [:bash + :c :dockerfile :erlang :fennel |