20 lines
247 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",
2023-07-29 19:09:24 +00:00
"gomod",
"gowork",
"gosum",
2023-07-29 18:15:47 +00:00
},
},
}