format treesitter config

This commit is contained in:
Oliver Hartmann 2023-10-15 13:07:22 +02:00
parent e3d31b3978
commit a251c74619

View File

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