diff options
-rw-r--r-- | lua/config/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 475eeee..7a4bf3f 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -7,7 +7,7 @@ if not status_ok then end treesitter.setup { - ensure_installed = { "maintained", "org" }, + ensure_installed = { "maintained" }, sync_install = false, ignore_install = { "" }, -- List of parsers to ignore installing autopairs = { |