mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 01:13:01 +01:00
8 lines
149 B
Lua
8 lines
149 B
Lua
return {
|
|
'nvim-treesitter/nvim-treesitter',
|
|
lazy = false,
|
|
build = ':TSUpdate',
|
|
config = function()
|
|
require("config.treesitter")
|
|
end,
|
|
}
|