master #1

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

View File

@@ -5,7 +5,8 @@ return {
require('nvim-treesitter.configs').setup({
ensure_installed = 'all',
highlight = {
enable = true
enable = true,
additional_vim_regex_highlighting = false
},
rainbow = {
enable = true,