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({
-- 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,