omegalul treesitter config

This commit is contained in:
inorishio
2026-01-21 22:59:38 +01:00
parent 8ce88a35bc
commit a806dc285f
3 changed files with 241 additions and 14 deletions
+4 -1
View File
@@ -9,8 +9,11 @@ return {
},
{
"nvim-treesitter/nvim-treesitter",
lazy = false,
build = ":TSUpdate",
branch = "main",
config = function()
require("config.treesitter")
require "config.treesitter"
end,
},
{