nvim: don't install 100 treesitter modules at the same time

This commit is contained in:
tastytea 2022-08-18 01:59:24 +02:00
parent 8c9f70855c
commit 7973c1b059
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -2,6 +2,7 @@ require('my/plugins')
require 'nvim-treesitter.configs'.setup { require 'nvim-treesitter.configs'.setup {
ensure_installed = 'all', ensure_installed = 'all',
sync_install = true,
highlight = { highlight = {
enable = true, enable = true,
additional_vim_regex_highlighting = { 'org' } additional_vim_regex_highlighting = { 'org' }