master #1

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

View File

@@ -3,7 +3,7 @@ return {
version = '*',
build = ':TSUpdate',
config = function()
require('nvim-treesitter.install').compilers = { 'gcc' }
require('nvim-treesitter.install').compilers = { 'clang' }
require('nvim-treesitter.configs').setup({
ensure_installed = '',
modules = {},