master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit f541e3d193 - Show all commits

View File

@@ -5,10 +5,10 @@ return {
config = function() config = function()
require('nvim-treesitter.install').compilers = { 'gcc' } require('nvim-treesitter.install').compilers = { 'gcc' }
require('nvim-treesitter.configs').setup({ require('nvim-treesitter.configs').setup({
ensure_installed = 'all', ensure_installed = '',
modules = {}, modules = {},
sync_install = false, sync_install = true,
auto_install = false, auto_install = true,
ignore_install = {}, ignore_install = {},
highlight = { highlight = {
enable = true, enable = true,