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 = '*',
build = ':TSUpdate',
config = function()
require('nvim-treesitter.install').compilers = {'clang'}
require('nvim-treesitter.install').compilers = {'gcc'}
require('nvim-treesitter.configs').setup({
ensure_installed = 'all',
modules = {},
sync_install = true,
auto_install = false,
ignore_install = {},
highlight = {
enable = true,
additional_vim_regex_highlighting = {'markdown'}