chore: changes

This commit is contained in:
Stevan Freeborn
2026-05-20 11:31:49 -05:00
parent e7659a6066
commit e731c16428
4 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -49,9 +49,10 @@ return {
},
{
"nvim-treesitter/nvim-treesitter",
branch = "main",
build = ":TSUpdate",
config = function()
local config = require("nvim-treesitter.configs")
local config = require("nvim-treesitter.config")
config.setup({
auto_install = true,