2023-07-29 21:09:24 +02:00

20 lines
247 B
Lua

-- syntax highlighting
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"lua",
"html",
"css",
"javascript",
"typescript",
"svelte",
"json",
"go",
"gomod",
"gowork",
"gosum",
},
},
}