diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 19:02:40 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 19:02:40 +0100 |
commit | 021aa1bc9612bd3a8b42096fdac42b484bb8ef83 (patch) | |
tree | 04d143b081ac32bfa737e393c699b35241bedfac /lua/config/treesitter.lua | |
parent | ce7fdad6980da2d2d623f635fcf0fa1f547119a3 (diff) |
fix(treesitter): remove org from ensure installed
Diffstat (limited to 'lua/config/treesitter.lua')
-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 = { |