mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
nvim: treesitter: tsx
This commit is contained in:
parent
80df0b133e
commit
f2319a16ab
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ require('gitsigns').setup {
|
|||
-- See `:help nvim-treesitter`
|
||||
require('nvim-treesitter.configs').setup {
|
||||
-- Add languages to be installed here that you want installed for treesitter
|
||||
ensure_installed = { 'help', 'lua', 'typescript', 'javascript', 'vue', 'html', 'css', 'scss' },
|
||||
ensure_installed = { 'help', 'lua', 'typescript', 'tsx', 'javascript', 'vue', 'html', 'css', 'scss' },
|
||||
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue