Add `tsx` to `ensure_installed` array

Closes #136
pull/137/head
Guilherme de Andrade 3 years ago committed by GitHub
parent 32744c3f66
commit 2b12dc39ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -221,7 +221,7 @@ vim.keymap.set('n', '<leader>sd', require('telescope.builtin').diagnostics, { de
-- See `:help nvim-treesitter`
require('nvim-treesitter.configs').setup {
-- Add languages to be installed here that you want installed for treesitter
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript', 'help', 'vim' },
ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'typescript', 'tsx', 'help', 'vim' },
highlight = { enable = true },
indent = { enable = true, disable = { 'python' } },

Loading…
Cancel
Save