formatting: indent

This commit is contained in:
2024-07-01 19:14:12 +02:00
parent 142825bf7a
commit 2322a22921

View File

@@ -9,9 +9,9 @@ return {
require("nvim-treesitter.configs").setup({ require("nvim-treesitter.configs").setup({
-- A list of parser names, or "all" (the five listed parsers should always be installed) -- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { ensure_installed = {
"vim", "vim",
"vimdoc", "vimdoc",
"gitcommit", "gitcommit",
}, },
tree_docs = { tree_docs = {
enable = true, enable = true,