Просмотр исходного кода

fix(treesitter): add a few parsers to `ensure_installed` (#4121)

* This sould fix the conflix, I had to rebase

* chore: format

---------

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
Bailey Burnsed 2 лет назад
Родитель
Сommit
b1c7254154
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lua/lvim/core/treesitter.lua

+ 1 - 1
lua/lvim/core/treesitter.lua

@@ -6,7 +6,7 @@ function M.config()
     on_config_done = nil,
 
     -- A list of parser names, or "all"
-    ensure_installed = {},
+    ensure_installed = { "comment", "markdown_inline", "regex" },
 
     -- List of parsers to ignore installing (for "all")
     ignore_install = {},