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,