combobulate VS LunarVim

Compare combobulate vs LunarVim and see what are their differences.

combobulate

Structured Editing and Navigation in Emacs with Tree-Sitter (by mickeynp)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
combobulate LunarVim
16 272
814 17,463
- 2.0%
9.3 7.6
9 days ago 11 days ago
Emacs Lisp Lua
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

combobulate

Posts with mentions or reviews of combobulate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-30.
  • Emacs 29.1 Released
    12 projects | news.ycombinator.com | 30 Jul 2023
    Eh, I've been looking and haven't found anything for other editors that actually tries to use TreeSitter for anything beyond highlighting. The Emacs structural editing packages are still very WIP but at least they exist.

    (And also some have been based on the out of tree implementation that's been around for a while now)

    Example: https://github.com/mickeynp/combobulate

  • Indent with tree-sitter is nice
    4 projects | /r/emacs | 5 Jun 2023
    Looking at https://github.com/mickeynp/combobulate/blob/master/combobulate-python.el, it at the very least delegates to python-indent-calculate-levels, so the logic is mixed.
  • Paredit-like features in non-lisp modes?
    4 projects | /r/emacs | 27 May 2023
  • Could you guys share your experience with different python dev set-ups (elpy, lsp, etc)? What is more simple/beginer friendly?
    2 projects | /r/emacs | 31 Jan 2023
    I went from an old config rich setups from before lsp's to lsp-mode ones etc... Right now I would say that eglot + pylsp gives you the best experience, you can use pyenv and pyvenv mode to manage your virtual environments. Now that treesitter is also being used you can try out https://github.com/mickeynp/combobulate
  • ts-movement: a package to navigate the tree-sitter syntax tree (supports multiple-cursors)
    7 projects | /r/emacs | 15 Jan 2023
    I think the following packages would fit your wishlist, as it is very similar to mine. As mentioned in the replies, there is (https://github.com/magnars/expand-region.el) and (https://github.com/mickeynp/combobulate). I regularly use (https://github.com/Fuco1/smartparens).
  • noob question about tree-sitter in the presence of lsp-mode
    2 projects | /r/emacs | 1 Dec 2022
    re syntactic text objects: https://github.com/mickeynp/combobulate
  • paredit based on treesitter
    3 projects | /r/emacs | 30 Nov 2022
    I haven't used it, but based on the description, it looks like combobulate would be an example of this:
  • Ask HN: S/W development text editor have feature colorizing every iteration?
    10 projects | news.ycombinator.com | 29 Sep 2022
    from github README.rst "Emacs package that provides a standardized framework for manipulating and navigating your source code using tree sitter's concrete syntax tree " -> https://github.com/mickeynp/combobulate

    https://www.spacemacs.org/ with https://github.com/emacs-tree-sitter/elisp-tree-sitter then write a iterator/loop query for language(s) editing per https://tree-sitter.github.io/tree-sitter/syntax-highlightin...

    tad less installation heavy (sorta) but also makes use of tree-sitter syntax queries : https://www.lunarvim.org (neovim with treesitter syntax)

    blockman usage examples: https://www.youtube.com/channel/UC5539gDeAdWqeXcczWuhnBA

    Alternative examples / takes (per user interface):

    ### embedding a block of source code in a document:

      ** carrotsearch.gethub.io/apidocs/code-blocks
  • Commercial-Emacs
    5 projects | news.ycombinator.com | 2 Jun 2022
    I don't know what this fork brings to table, but you could try tree-sitter today with your vanilla Emacs using a package[1] that works via dynamic module.

    Personally I am more interested in getting structural selection and navigation reliably working for any language. There is also a package named combobulate[2] to help with that.

    [1] https://emacs-tree-sitter.github.io/

    [2] https://github.com/mickeynp/combobulate

  • tree-sitter highlighting rocks
    3 projects | /r/emacs | 16 Apr 2022
    TIL https://github.com/mickeynp/combobulate Thank you, @snafuchs !

LunarVim

Posts with mentions or reviews of LunarVim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-06.
  • Every Neovim, Every Config, All At Once
    3 projects | dev.to | 6 Mar 2024
    LunarVim
  • LunarVIM: An IDE Layer for Neovim
    1 project | news.ycombinator.com | 3 Jan 2024
  • Tools to achieve a 10x developer workflow on Windows
    11 projects | dev.to | 8 Nov 2023
    I would suggest to start getting into vim by first trying out popular vim keybinding plugins available on your favorite code editor and get used to those first. Then, if you want to dive deeper into the power of Neovim, try out popular configs like LazyVim, LunarVim, NvChad... Taking Neovim from a mere text editor to a full-featured IDE with features like intellisense, debugging, testing, etc... on your own takes quite a lot of work and configuration.
  • Helix 23.10 Highlights
    6 projects | news.ycombinator.com | 25 Oct 2023
    I used Helix for a while due to its support for LSP out-of-the-box, which my Vim config at the time couldn't live up to. I switched back to NeoVim after finding LunarVim[1] which had everything I was trying to get setup in my own config.

    [1] https://www.lunarvim.org/

  • How to Transform Vim to a Complete IDE?
    7 projects | dev.to | 19 Sep 2023
  • Mastering Emacs
    6 projects | news.ycombinator.com | 23 Aug 2023
    I'll admit I didn't look into it, but Helix sounds like something like LunarVim (https://www.lunarvim.org/)

    Personally I much prefer that the editor NOT ship with something like that by default, especially when it's so easy to set up. I have several different vim config I use, including a pretty bare-bones one for headless systems, and I much prefer the ability to customize something very specifically.

    Build tools that can compose together, rather than a single do-it-all tool. That is the power of the low level editors vs IDE's.

  • No inline errors in Python unless I add and delete a line
    2 projects | /r/neovim | 18 Aug 2023
  • LazyVim
    32 projects | news.ycombinator.com | 16 Jul 2023
    I can't comment on any implementation details, but at least with LunarVim (which I use for daily coding), a slowdown when interacting with LSP is very noticeable. Some others have attested to this on a GitHub issue.

    I'm not doubting your experiences with the lack of a slowdown, but there is truth that others do experience it. That might be more of a problem with LunarVim itself rather than Vim, but how likely am I (as someone who would like to avoid what he calls "config hell") or other newcomers to avoid whatever pitfalls there are, if a distribution designed for ease of use by people who know better fall into them?

    https://github.com/LunarVim/LunarVim/discussions/3359

  • Should Neovim now release a standard official configuration so that people who want an editor that just works out of the box get onboarded easily ?
    10 projects | /r/neovim | 4 Jul 2023
  • neovim config
    2 projects | /r/neovim | 4 Jul 2023
    Anyways, although i have not used them, LazyVim and LunarVim comes highly recommended. You can try these and see what suits you .

What are some alternatives?

When comparing combobulate and LunarVim you can also consider the following projects:

tree-sitter-org - Org grammar for tree-sitter

AstroNvim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins

evil-textobj-tree-sitter - Tree-sitter powered textobjects for evil mode in Emacs

SpaceVim - A community-driven modular vim/neovim distribution - The ultimate vimrc

tree-sitter-norg - A TreeSitter parser for the Neorg File Format

NvChad - An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad]

commercial-emacs - "Evil will always triumph, because good is dumb." -- Spaceballs (1987)

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim.

Neovim-from-scratch - 📚 A Neovim config designed from scratch to be understandable

smartparens - Minor mode for Emacs that deals with parens pairs and tries to be smart about it.

LazyVim - Neovim config for the lazy