mount shada dir, treesitter reverse/fix

This commit is contained in:
Szwendacz 2024-01-15 13:43:50 +01:00 committed by Maciej Lebiest
parent 9dc0b5db5a
commit adfc5e7489
3 changed files with 9 additions and 15 deletions

View file

@ -1,7 +1,7 @@
return function()
require 'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = "",
ensure_installed = "all",
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = true,