kickstart.nvim VS Neovim-from-scratch

Compare kickstart.nvim vs Neovim-from-scratch and see what are their differences.

kickstart.nvim

A launch point for your personal nvim configuration (by nvim-lua)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
kickstart.nvim Neovim-from-scratch
298 82
21,684 5,475
4.2% 0.4%
8.5 0.0
27 days ago 7 months 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 2025-02-05.
  • Switching Fully to Neovim
    9 projects | dev.to | 5 Feb 2025
    My configuration was inspired by several great sources, including lazyvim starter, ThePrimeagen’s dotfiles, kickstart.nvim, and Typecraft’s Rails config. These provided a strong foundation that I’ve adapted to fit my workflow.
  • I Miss Vim
    3 projects | news.ycombinator.com | 1 Feb 2025
    https://github.com/nvim-lua/kickstart.nvim single file config in lua with the essentials. Some of the article still rings true though.
  • 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.

Neovim-from-scratch

Posts with mentions or reviews of Neovim-from-scratch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-21.
  • My Text Editor Journey: Towards Modal Editing
    5 projects | dev.to | 21 May 2024
    I've moved from kickstart to neovim-for-newbs by TypeCraft, and then settling with a config I've based off of Neovim from Scratch by chrisatmachine. I've added the plugins I use, made changes to my liking, and converted it to an IDE for my coding. I even created a colorscheme (which I named neodarker) by modifying an existing one, to match my taste.
  • How to configure vim like an IDE
    44 projects | /r/vim | 27 Jun 2023
    They also provide a "from-scratch" option, to be easier to understand
  • New User C Setup Help?
    4 projects | /r/neovim | 24 May 2023
    I would recommend the Neovim from Scratch series on Youtube with the addition of the code_runner.nvim plugin. It's a good config that will teach you a lot about configuring Neovim. code_runner.nvim is a nice addition, especially for a university student. Good luck!
  • How to learn neovim
    4 projects | /r/neovim | 13 May 2023
    I don't know myself how I learned neovim, but I started with using a repo called Neovim-from-scratch, but I'm not sure if it's still up to date, but I used it as my base config then started to add plugins I want and remove plugins I don't need. Most of the people recommend kickstart.nvim now as base config for neovim lua config.
  • [nvChad] lspconfig
    2 projects | /r/neovim | 13 May 2023
  • NOOB Needs help
    1 project | /r/neovim | 12 May 2023
    Hey So I am trying to setup the neovim config for gopls and ts-server using [this](https://github.com/LunarVim/Neovim-from-scratch/tree/06-LSP), Now I would like to clarify that I have copy pasted from this guys repo and I do understand what he is doing to some extent. But for some reason in the file `lua/user/lsp/handlers.lua` He creted the following function ```lua local function lsp_keymaps(bufnr)
  • [Neovim] Question de dĂ©butant sur le chargement de NVIM-Web-Devicons
    1 project | /r/enfrancais | 3 May 2023
  • Is there a good neovim plugin that integrates a pre-configured lsp+treesitter+telescope?
    2 projects | /r/neovim | 2 Apr 2023
  • Help with getting started with Neovim
    8 projects | /r/neovim | 1 Apr 2023
    This is the GitHub repo for the aforementioned playlist.
  • Opinions on pre-made configurations (e.g. LunarVim, AstroNvim)
    12 projects | /r/neovim | 1 Apr 2023
    I would recommend LazyVim or Kickstart.nvim. If you don't want to do any configuration, LunarVim might be for you. I would recommend the Neovim from Scratch config since it is very good and essentially has an accompanying guide. However, it is slightly out of date and needs a few tweaks to work properly.

What are some alternatives?

When comparing kickstart.nvim and Neovim-from-scratch you can also consider the following projects:

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

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

LazyVim - Neovim config for the lazy

lazy.nvim - đź’¤ A modern plugin manager for Neovim

direnv - unclutter your .profile

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

vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

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

zls - A Zig language server supporting Zig developers with features like autocomplete and goto definition

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
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?