From 2f35539ab1d3a30d0ae8a0b552129830c7d9bbc2 Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 19 Nov 2021 23:41:34 +0100 Subject: [PATCH] Clean from examples --- lua/config/treesitter.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index adc018f..bdbebdb 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -1,10 +1,6 @@ require('nvim-treesitter.configs').setup { highlight = { enable = true, - custom_captures = { - -- Highlight the @foo.bar capture group with the "Identifier" highlight group. - ["foo.bar"] = "Identifier", - }, -- Setting this to true will run `:h syntax` and tree-sitter at the same time. -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation). -- Using this option may slow down your editor, and you may see some duplicate highlights.