mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
8 lines
135 B
Lua
8 lines
135 B
Lua
return {
|
|
{
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = { "html" }
|
|
}
|
|
}
|
|
}
|