kickstart.nvim VS LunarVim

Compare kickstart.nvim vs LunarVim and see what are their differences.

kickstart.nvim

A launch point for your personal nvim configuration (by nvim-lua)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
kickstart.nvim LunarVim
284 272
14,592 17,463
22.2% 2.0%
9.0 7.6
3 days ago 9 days ago
Lua Lua
MIT License 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.

kickstart.nvim

Posts with mentions or reviews of kickstart.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • Using a venv with Neovim's Python LSP
    2 projects | dev.to | 5 Apr 2024
    I recently started coding with Neovim using kickstart.nvim as the template for my editor configuration. I downloaded the python-lsp-server package using Mason, but I was disappointed to discover that the IntelliSense on my third party dependencies didn't work. The LSP was resolving to my global Python installation, which did not have the packages from my virtual environment (venv) installed.
  • I Learned Neovim In A Weekend
    1 project | dev.to | 11 Mar 2024
    First thing I did was get kickstart.nvim. I had heard it was extremely useful (and it was). It was very easy to install. I start reading through init.lua, and it told me to run :Tutor, which is almost 1,000 lines of learning how to use Neovim, to which I obviously ran that command and started reading. Obviously, it takes a bit of time to complete :Tutor, but it's well worth it. "hjkl" wasn't too hard to get used to, also repeating motions by using numbers was useful, such as using '5dd' to delete 5 lines. I highly suggest reading this file, especially since I didn't really know about the different modes, which is probably why I failed to switch the other times. You would start writing your code, then Neovim would say that it can't find that command, you would accidently type an i and then start typing, and so on, it was a nightmare. For those that don't know the modes, here is each mode and how to get between them.
  • Kickstart.nvim: Single file launch point for a personal nvim config
    1 project | news.ycombinator.com | 7 Mar 2024
  • Neovide – a simple, no-nonsense, cross-platform GUI for Neovim
    17 projects | news.ycombinator.com | 31 Jan 2024
    I also suggest against using distributions. Instead of learning how to configure nvim itself you're learning to configure that specific distro.

    I suggest to take someone's lua config and start from there. Kickstart.nvim is a good one: https://github.com/nvim-lua/kickstart.nvim

  • It’s been an hour and I have made no progress
    2 projects | /r/neovim | 9 Dec 2023
  • Do I need NeoVIM?
    11 projects | /r/neovim | 7 Dec 2023
    1) the option I wouldn’t chose, use Kickstarter. It’s a minimal starter config, using a single init.lua that helps you build a config slowly. https://github.com/nvim-lua/kickstart.nvim
  • ready to use neovim for web development (frontend) - beginners
    4 projects | /r/neovim | 5 Dec 2023
    I highly recommend Lazyvim for if you want to have a VSCode (ish) like experience that still exposes you to configuring in Lua. Or Kickstart.nvim if you want a more "from scratch" experience
  • Search commands slow in neovim but fast in vim
    2 projects | /r/neovim | 2 Dec 2023
    In case it is helpful, I am using kickstart.nvim with only minor modifications.
  • Kickstart.emacs Starter kit for Gnu Emacs
    2 projects | /r/emacs | 13 Nov 2023
    One of the project goals is to become something like kickstart.nvim. Or, to be a reference if someone doesn't know how to do something.
  • I want to remove this "./" path on the nvim explorer
    1 project | /r/neovim | 12 Nov 2023
    Hey guys! I don't use the "./" path at all since I see it useless, I would love to remove it to be kind with my own soul, I'd love some help with this. My nvim setup is kickstart.nvim with Lua of course.

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 kickstart.nvim and LunarVim you can also consider the following projects:

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

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

nvim-lua-guide - A guide to using Lua in Neovim

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

LazyVim - Neovim config for the lazy

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]

lazy.nvim - 💤 A modern plugin manager for Neovim

KotlinLanguageServer - Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol

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