vim-jsx-typescript VS nvim-treesitter

Compare vim-jsx-typescript vs nvim-treesitter and see what are their differences.

vim-jsx-typescript

React JSX syntax highlighting for vim and Typescript (by peitalin)

nvim-treesitter

Nvim Treesitter configurations and abstraction layer (by nvim-treesitter)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-jsx-typescript nvim-treesitter
1 306
304 10,574
- 2.0%
0.0 9.9
over 3 years ago 3 days ago
Vim Script Scheme
The Unlicense Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-jsx-typescript

Posts with mentions or reviews of vim-jsx-typescript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-16.

nvim-treesitter

Posts with mentions or reviews of nvim-treesitter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-30.
  • Neovim for beginners
    20 projects | dev.to | 30 Sep 2024
    Treesitter is what makes your neovim colorful. It uses the LSP and colorscheme and colors your variables, keywords and other stuff. To understand how treesitter works and configure treesitter please read the docs. Here is my configuration for treesitter:
  • Simple Neovim config
    6 projects | dev.to | 18 Sep 2024
    nvim-treesitter is a plugin that has been around for 4 years now. A lot of people will say this is essential to your Neovim experience, and I do agree to some extend. It is incredibly useful... as a dependency for other plugins. It allows Neovim to gather more information about source code of the current file, and plugin authors can do really cool things that. For "normal users" like you and me there are some modules we can enable. One of them can be used to enhance the syntax highlight of many programming languages. That I think the feature nvim-treesitter is known for.
  • Bro Install Neovim On Windows And Setup Neovim Without Neovim Package Manager 🙀
    8 projects | dev.to | 8 Sep 2024
  • Leaving Neovim for Zed
    11 projects | news.ycombinator.com | 18 Aug 2024
    I wouldn't really count those. Every editor with treesitter support will have those, it's for treesitter: https://github.com/nvim-treesitter/nvim-treesitter/blob/mast...
  • Customizing Your Lazyvim Setup for Personal Preferences
    27 projects | dev.to | 30 Jun 2024
    nvim-treesitter/nvim-treesitter (to provide a simple and easy way to use the interface for tree-sitter in Neovim and to provide some basic functionality such as highlighting based on it)
  • Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
    25 projects | dev.to | 24 Jun 2024
    nvim-treesitter/nvim-treesitter: Nvim Treesitter configurations and abstraction layer.
  • JetBrains' unremovable AI assistant meets irresistible outcry
    5 projects | news.ycombinator.com | 3 Feb 2024
    I suggest looking for blog posts about this, you're gunnuh wanna pick out a plugin manager and stuff. It's kind of like a package manager for neovim. You can install everything manually but usually you manually install a plugin manager and it gives you commands to manage the rest of your plugins.

    These two plugins are the bare minimum in my view.

    https://github.com/nvim-treesitter/nvim-treesitter

    Treesitter gives you much better syntax highlighting based on a parser for a given language.

    https://github.com/neovim/nvim-lspconfig

    This plugin helps you connect to a given language LSP quickly with sensible defaults. You more or less pick your language from here and copy paste a snippet, and then install the relevant LSP:

    https://github.com/neovim/nvim-lspconfig/blob/master/doc/ser...

    For Python you'll want pylsp. For JavaScript it will depend on what frontend framework you're using, I probably can't help you there.

    pylsp itself takes some plugins and you'll probably want them. https://github.com/python-lsp/python-lsp-server

    Best of luck! Happy hacking.

  • Help needed with Treesitter sql injection
    1 project | /r/neovim | 7 Dec 2023
    It was changed in https://github.com/nvim-treesitter/nvim-treesitter/commit/78b54eb
  • Do I need NeoVIM?
    11 projects | /r/neovim | 7 Dec 2023
    https://github.com/hrsh7th/nvim-cmp This is an autocompletion engine https://github.com/nvim-treesitter/nvim-treesitter This allows NeoVim to install parsing scripts so NeoVim can do things like code highlighting. https://github.com/williamboman/mason.nvim Not strictly necessary, but allows you to access a repo of LSP, install them, and configure them for without you actively messing about in config files. https://github.com/neovim/nvim-lspconfig Also not strictly necessary, but vastly simplifies LSP setup. https://github.com/williamboman/mason-lspconfig.nvim This lets the above two plugins talk to each other more easily.
  • Problem with highlighting when attempting to create own treesitter parser
    2 projects | /r/neovim | 5 Dec 2023

What are some alternatives?

When comparing vim-jsx-typescript and nvim-treesitter you can also consider the following projects:

vim-jsx-improve - Syntax and indent plugin for React jsx.

coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

tree-sitter-typescript - TypeScript grammar for tree-sitter

nvim-lspconfig - Quickstart configs for Nvim LSP

typescript-vim - Typescript syntax files for Vim

vim-polyglot - A solid language pack for Vim.

vim-scriptease - scriptease.vim: A Vim plugin for Vim plugins

vim-python-pep8-indent - A nicer Python indentation style for vim.

vim-jsx-pretty - :flashlight: [Vim script] JSX and TSX syntax pretty highlighting for vim.

packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

tree-sitter - An incremental parsing system for programming tools

telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you konow that Vim Script is
the 35th most popular programming language
based on number of metions?