From 2322a2292149d47bc297149571fa835747b1b0c1 Mon Sep 17 00:00:00 2001 From: 409 Date: Mon, 1 Jul 2024 19:14:12 +0200 Subject: [PATCH] formatting: indent --- lua/409/plugins/treesitter.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/409/plugins/treesitter.lua b/lua/409/plugins/treesitter.lua index 43a1113..3555729 100644 --- a/lua/409/plugins/treesitter.lua +++ b/lua/409/plugins/treesitter.lua @@ -9,9 +9,9 @@ return { require("nvim-treesitter.configs").setup({ -- A list of parser names, or "all" (the five listed parsers should always be installed) ensure_installed = { - "vim", - "vimdoc", - "gitcommit", + "vim", + "vimdoc", + "gitcommit", }, tree_docs = { enable = true,