master #1

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

View File

@@ -3,9 +3,13 @@ return {
version = '*', version = '*',
build = ':TSUpdate', build = ':TSUpdate',
config = function() config = function()
require('nvim-treesitter.install').compilers = {'clang'} require('nvim-treesitter.install').compilers = {'gcc'}
require('nvim-treesitter.configs').setup({ require('nvim-treesitter.configs').setup({
ensure_installed = 'all', ensure_installed = 'all',
modules = {},
sync_install = true,
auto_install = false,
ignore_install = {},
highlight = { highlight = {
enable = true, enable = true,
additional_vim_regex_highlighting = {'markdown'} additional_vim_regex_highlighting = {'markdown'}