1 2 3 4 5 6 7
require('nvim-treesitter').setup { config = { ensure_installed = { 'cpp', 'html', 'htmldjango' }, automatic_installation = true, } }