summaryrefslogtreecommitdiff
path: root/fnl/config/treesitter.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/treesitter.fnl')
-rw-r--r--fnl/config/treesitter.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/treesitter.fnl b/fnl/config/treesitter.fnl
index f265533..357859f 100644
--- a/fnl/config/treesitter.fnl
+++ b/fnl/config/treesitter.fnl
@@ -5,7 +5,7 @@
(let [treesitter (util.load-plugin :nvim-treesitter.configs)]
(treesitter.setup
- {:ensure_installed "maintained"
+ {:ensure_installed "all"
:sync_install false
:ignore_install [ "" ]
:autopairs { :enable true }