From bac94b47a085583db5b200c5d0fdf47d8cff4139 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 18 Aug 2021 01:43:08 +0800 Subject: Format with stylua --- lua/config/treesitter.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/config/treesitter.lua') diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index a6ac7f7..574b763 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'}, - ignore_install = {}, -- List of parsers to ignore installing +require("nvim-treesitter.configs").setup({ + ensure_installed = { "python", "cpp", "lua" }, + ignore_install = {}, -- List of parsers to ignore installing highlight = { - enable = true, -- false will disable the whole extension - disable = {}, -- list of language that will be disabled + enable = true, -- false will disable the whole extension + disable = {}, -- list of language that will be disabled }, -} +}) -- cgit v1.2.3