treesitter is cool

This commit is contained in:
2026-04-23 00:25:27 +02:00
parent 657764eab6
commit b4a88a9cb2
2 changed files with 16 additions and 8 deletions
+3
View File
@@ -66,6 +66,9 @@ return {
},
{
"nvim-treesitter/nvim-treesitter",
lazy = false,
branch = "main",
build = ":TSUpdate",
config = function()
require "config.treesitter"
end,