From e4cfefe76b61457142acbc1dac9dbf1cb98b5bd4 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 30 Jul 2021 01:50:20 +0800 Subject: [PATCH] chore: remove trailing sapces --- lua/config/treesitter.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index dc03fdb..91da568 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -1,8 +1,8 @@ require'nvim-treesitter.configs'.setup { ensure_installed = {'python', 'cpp', 'lua', 'bash'}, ignore_install = {}, -- List of parsers to ignore installing - highlight = { + highlight = { enable = true, -- false will disable the whole extension disable = {}, -- list of language that will be disabled - }, -} + }, +}