nvim-controlflow-queries VS helix

Compare nvim-controlflow-queries vs helix and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nvim-controlflow-queries helix
1 405
1 30,252
- 3.9%
6.4 9.9
4 months ago 1 day ago
Lua Rust
MIT License Mozilla Public 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.

nvim-controlflow-queries

Posts with mentions or reviews of nvim-controlflow-queries. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-13.
  • :syntax off (2016)
    3 projects | news.ycombinator.com | 13 Mar 2024
    Really interesting and this inspired me to build my own color scheme that focuses on the control flow and is much less of a rainbow than traditional color schemes. For example, function calls, ifs, returns, ... are all white and bold. The rest of the code is less prominent.

    Often colour schemes can be there "just" to reaffirm the structure of the code. If I ask one of my friend devs "what does green mean in your editor?" they won't know the answer until they look at the code. In my colour scheme you know that white and bold changes the flow of the code and requires more attention.

    Type checking, linters and formatters take care of semantics. Ie. I don't need a string and number colored differently, because type checker will tell me it's not right.

    I already open sourced the treesitter queries that enable the control flow color schemes in neovim: https://github.com/meznaric/nvim-controlflow-queries

    If anyone is interested let me know and I will focus on open sourcing the color scheme this weekend.

helix

Posts with mentions or reviews of helix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.

What are some alternatives?

When comparing nvim-controlflow-queries and helix you can also consider the following projects:

kakoune - mawww's experiment for a better code editor

lapce - Lightning-fast and Powerful Code Editor written in Rust

neovim - Vim-fork focused on extensibility and usability

micro-editor - A modern and intuitive terminal-based text editor

xi-editor - A modern editor with a backend written in Rust.

copilot.vim - Neovim plugin for GitHub Copilot

rust-tools.nvim - Tools for better development in rust using neovim's builtin lsp

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

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

nvim-tree.lua - A file explorer tree for neovim written in lua

multiple-cursors.el - Multiple cursors for emacs.

intellij-rust - Rust plugin for the IntelliJ Platform