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()
require('nvim-treesitter.install').compilers = { 'gcc' }
require('nvim-treesitter.configs').setup({
ensure_installed = 'all',
ensure_installed = '',
modules = {},
sync_install = false,
auto_install = false,
sync_install = true,
auto_install = true,
ignore_install = {},
highlight = {
enable = true,