nvim-starter VS kickstart.nvim

Compare nvim-starter vs kickstart.nvim and see what are their differences.

nvim-starter

Neovim example configuration. To help you start in your journey (by VonHeikemen)

kickstart.nvim

A launch point for your personal nvim configuration (by nvim-lua)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nvim-starter kickstart.nvim
28 296
253 21,274
5.1% 5.2%
5.2 8.6
9 months ago 10 days ago
Lua
MIT License MIT License
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-starter

Posts with mentions or reviews of nvim-starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.

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-12-28.
  • Tips to learn Programming by a Non-Ex FAANG (with only 2 months exp of course)
    1 project | dev.to | 1 Jan 2025
    Word of caution though, if you are a tinker like me you might want to stay away from vim (or VS Code plugins) or you might lose a month of learning time as you configure everything. I mean I did deep learn my editor and lua so I cannot complain too much. If you want to still use vim or neovim then use kickstart for vim and leave the configuring alone for now.
  • So You Want to Write Java in Neovim
    6 projects | news.ycombinator.com | 28 Dec 2024
    I believe that the Neovim Kickstart project gives you Telescope as the fuzzy finder. (The YouTube video by TJ is linked in the README.)

    https://github.com/nvim-lua/kickstart.nvim

  • [SOLVED] Vue 3 + TypeScript + Inlay Hint support in NeoVim
    6 projects | dev.to | 18 Nov 2024
    Since you asked so nicely, sure. Here are the volar and ts_ls server configs for nvim-lspconfig. If you're using something like kickstart.nvim, you'll want to add these entries to your servers table:
  • Neovim, but it’s in Windows
    2 projects | dev.to | 26 Jul 2024
    git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
  • An Experienced (Neo)Vimmer's Workflow
    3 projects | news.ycombinator.com | 30 Jun 2024
    For casual users like me, I find Kickstart (https://github.com/nvim-lua/kickstart.nvim) a good and sensible default that's not too opinionated.
  • My Flow and Productivity has Improved with the Simplicity of Neovim
    14 projects | dev.to | 21 Jun 2024
    With all of the above as the foundation for my move, where did I start? Honestly, not quite at the bottom but pretty close to it with TJ DeVries' KickStart project. I went down the path of wanting to understand exactly how my setup is working and only add in the plugins that I wanted. Looking back, I just didn't have the time to fully understand exactly what this meant. However, the act of failing with KickStart did give me some solid background in how Neovim, Lua, and Lazy (the plugin manager) work.
  • My Text Editor Journey: Towards Modal Editing
    5 projects | dev.to | 21 May 2024
    And I did give it some time when I tried it again after a while. I would say, using kickstart.nvim was one of the best choices I've ever taken. Hat's off to TJ for creating this wonderful piece of neovim config. It slowly eased me into the world of modal editing and, thereby, into neovim.
  • Now I get NeoVim
    1 project | dev.to | 16 May 2024
    I started by looking at The Primeagen Neovim tutorial that is only 4 videos long, used vim motions in VS Code for about a week, and then I made the jump to the real deal, I downloaded the kickstart.nvim files and starting using it. It was painful, I could not get some basic features for my personal projects working, highlight was broken as well as the go-to definitions, but as you should do as a developer, I looked up in google how to solve some issues, I found that I was missing some dependencies and I needed to install some stuff so treesitter could color my vue files, installed some LSPs, so I could write some basic Golang and I became to be productive.
  • What's New in Neovim 0.10
    8 projects | news.ycombinator.com | 16 May 2024
    I usually recommend new users to check out Kickstart. It contains a set of plugins and nice to haves so you don't have to discover them your self.

    All plugins are in one file + has a lot of comments to help you get started.

    ref: https://github.com/nvim-lua/kickstart.nvim

  • Kickstart.nvim: A Starting Point for Neovim
    1 project | news.ycombinator.com | 14 May 2024

What are some alternatives?

When comparing nvim-starter and kickstart.nvim you can also consider the following projects:

neovim - My neovim config

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

skeleton.nvim - My personal neovim config.

LazyVim - Neovim config for the lazy

nvim-config - Generalized and Personalized

lazy.nvim - πŸ’€ A modern plugin manager for Neovim

nvim-lazyman - Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. β˜•

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

VimStudio - A collection of plugins for a plug and play local development

Neovim-from-scratch - πŸ“š A Neovim config designed from scratch to be understandable

.dotfiles - my dotfiles over the years

LunarVim - πŸŒ™ LunarVim is an IDE layer for Neovim. Completely free and community driven.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Lua is
the 18th most popular programming language
based on number of references?