nvim: don't install 100 treesitter modules at the same time
This commit is contained in:
parent
8c9f70855c
commit
7973c1b059
|
@ -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' }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user