LSP based motion

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

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

  • Tree-sitter is the system that knows about code structure. One example of its use is https://github.com/nvim-treesitter/nvim-treesitter-textobjects With it, you can define text objects for functions and classes, or have mapping to navigate between them. For example cif and yif to "change" and "yank" a function, or [f and ]f to go the the previous/next function.

  • tree-sitter

    An incremental parsing system for programming tools

  • Thanks for the replies. There’s loads of potential for treesitter! Does neovim use this library https://tree-sitter.github.io or it’s own implementation?

  • 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
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