fixed treesitter

This commit is contained in:
2023-09-20 10:29:10 +02:00
parent e354f90577
commit 8894b967f8

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'}