what do you guys use treesitter for?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nvim-treesitter-context

    Show code context

  • conjure

    Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)

  • treesitter-textobjects + https://github.com/Olical/conjure is a magical experience. Textobjects lets you use tree sitter in motions (e.g. delete entire function, etc.) and conjure uses tree-sitter to parse and evaluate parts of lisps (and other cool languages, like rust and Julia!).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • refactoring.nvim

    The Refactoring library based off the Refactoring book by Martin Fowler

  • For refactoring and testing

  • neotest

    An extensible framework for interacting with tests within NeoVim.

  • For refactoring and testing

  • config.nvim

    My neovim configuration - entirely in Lua using modern plugins (native LSP, treesitter, telescope, etc.)

  • For cool snippets. For example in C++, if I'm in a class "Foo" and I expand the snippet "cassd" (const assignment definition), it generates "Foo& operator=(Foo const& other);" (see config).

  • perfanno.nvim

    NeoVim lua plugin that annotates source code with profiling information from perf or other profilers

  • Also my profiling plugin uses treesitter for functions like "show me the hottest callsites of the function containing the cursor" or "highlight the hottest lines in this function".

  • vim-python-pep8-indent

    A nicer Python indentation style for vim.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • evcxr

  • Works great! It works with evcxr (https://github.com/google/evcxr) under the hood, so almost feels like a fancy but simpler Jupiter notebook in a way. I use it for testing out ideas, code logic, and from time to time data science in rust.

  • tree-sitter-python

    Python grammar for tree-sitter

  • i dont see the issue reported in the python parser: https://github.com/tree-sitter/tree-sitter-python/issues

  • vscode.nvim

    Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code

  • I use this colorscheme: https://github.com/Mofiqul/vscode.nvim - But I tried with like 10 different colorschemes and always running :hi TSVariable guifg=#ff0000 ends up changing both.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts