From aaeb6a813a9044892e5bb76ba4a3a61db08eae4d Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 10 Sep 2022 23:55:22 +0800 Subject: format with stylua --- lua/config/treesitter.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/config/treesitter.lua') diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 11721ec..9f7a8a9 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", "vim"}, +require("nvim-treesitter.configs").setup { + ensure_installed = { "python", "cpp", "lua", "vim" }, 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 }, -}) +} -- cgit v1.2.3