feat(treesitter): add support for additional languages

This commit is contained in:
Dan Anglin 2022-03-30 19:25:07 +01:00
parent 0e966206f2
commit c334e3699f
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -2,8 +2,12 @@ require("nvim-treesitter.configs").setup {
ensure_installed = {
"bash",
"go",
"hcl",
"json",
"lua",
"make",
"python",
"yaml",
},
highlight = {