From b32f57d7d805c6f46df4c7790d658c48375c18a6 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sat, 29 Mar 2025 20:32:06 +0300 Subject: style: format all `.lua` files with Stylua --- lua/config/plugins/treesitter.lua | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'lua/config/plugins/treesitter.lua') diff --git a/lua/config/plugins/treesitter.lua b/lua/config/plugins/treesitter.lua index 8e3df6a..931a474 100644 --- a/lua/config/plugins/treesitter.lua +++ b/lua/config/plugins/treesitter.lua @@ -1,16 +1,16 @@ return { - { - "nvim-treesitter", - event = "DeferredUIEnter", - load = function(name) - vim.cmd.packadd(name) - vim.cmd.packadd("nvim-treesitter-textobjects") - end, - after = function(_) - require("nvim-treesitter.configs").setup({ - highlight = { enable = true }, - indent = { enable = true }, - }) - end, - }, + { + "nvim-treesitter", + event = "DeferredUIEnter", + load = function(name) + vim.cmd.packadd(name) + vim.cmd.packadd("nvim-treesitter-textobjects") + end, + after = function(_) + require("nvim-treesitter.configs").setup({ + highlight = { enable = true }, + indent = { enable = true }, + }) + end, + }, } -- cgit v1.2.3-70-g09d2