17 lines
210 B
Lua
17 lines
210 B
Lua
-- syntax highlighting
|
|
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
ensure_installed = {
|
|
"lua",
|
|
"html",
|
|
"css",
|
|
"javascript",
|
|
"typescript",
|
|
"svelte",
|
|
"json",
|
|
"go",
|
|
},
|
|
},
|
|
}
|