more treesitter conf adjustments for nvim-in-container workflow
This commit is contained in:
parent
18d319ad46
commit
9dc0b5db5a
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
return function()
|
||||
require 'nvim-treesitter.configs'.setup {
|
||||
-- A list of parser names, or "all"
|
||||
ensure_installed = "all",
|
||||
ensure_installed = "",
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
sync_install = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue