17 lines
210 B
Lua
Raw Normal View History

2023-07-29 18:15:47 +00:00
-- syntax highlighting
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"lua",
"html",
"css",
"javascript",
"typescript",
"svelte",
"json",
"go",
},
},
}