kickstart.nvim

A launch point for your personal nvim configuration (by nvim-lua)

Kickstart.nvim Alternatives

Similar projects and alternatives to kickstart.nvim

  1. neovim

    1,464 kickstart.nvim VS neovim

    Vim-fork focused on extensibility and usability

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. nvim-lspconfig

    Quickstart configs for Nvim LSP

  4. helix

    A post-modern modal text editor.

  5. telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

  6. coc.nvim

    322 kickstart.nvim VS coc.nvim

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

  7. nvim-treesitter

    319 kickstart.nvim VS nvim-treesitter

    Discontinued Nvim Treesitter configurations and abstraction layer

  8. LunarVim

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

  9. nvim-cmp

    A completion plugin for neovim coded in Lua.

  10. NvChad

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

  11. nvim-lua-guide

    Discontinued A guide to using Lua in Neovim

  12. lazy.nvim

    πŸ’€ A modern plugin manager for Neovim

  13. AstroNvim

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

  14. lsp-zero.nvim

    A starting point to setup some lsp related features in neovim.

  15. awesome-neovim

    Collections of awesome neovim plugins.

  16. which-key.nvim

    πŸ’₯ Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.

  17. mason.nvim

    Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.

  18. LazyVim

    Neovim config for the lazy

  19. Neovim-from-scratch

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

  20. Launch.nvim

    πŸš€ Launch.nvim is modular starter for Neovim.

  21. nvim-starter

    Neovim example configuration. To help you start in your journey

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better kickstart.nvim alternative or higher similarity.

kickstart.nvim discussion

Log in or Post with

kickstart.nvim reviews and mentions

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 2026-04-11.
  • Lisp in Vim (2019)
    1 project | news.ycombinator.com | 23 May 2026
    Curious why you went back to lazy.nvim? I had to write some stuff to get some kind of lazy loading (now have "immediate", "vim.schedule", and "VimEnter + vim.schedule" lazy modes), plugin specs / setup functions are colocated, and using vim.packs unused `data` for config merging and it works well enough.

    Also, your treesitter auto install makes a common mistake: vim file type and treesitter grammar names don't match up. IE a .tsx file has a vim filetype of `typescriptreact` while the treesitter parser is named "tsx". You'll need something like this https://github.com/nvim-lua/kickstart.nvim/blob/cfdc17be3ae1..., and there's still the note that the `vim.treesitter.language.get_lang` call isn't really doing anything, since that function returns whatever is passed in if no parser matching the name has been registered. So that check is moot.

  • Migrating To Neovim v0.12.0 Challenge Faced And Solution Found
    3 projects | dev.to | 11 Apr 2026
    which led me to this github issue which explained I had to copy my specific neovim version's runtime to the path '/usr/local/share/nvim'. In my case I had to do:
  • Neovim Keybindings and My Workflow
    3 projects | dev.to | 9 Apr 2026
    kickstart.nvim A great starting config for Neovim
  • Kickstart.nvim: A minimal, single-file starting point for Neovim configuration
    1 project | news.ycombinator.com | 23 Nov 2025
  • Notes on Switching to Helix from Vim
    20 projects | news.ycombinator.com | 10 Oct 2025
    The bloat of the neovim distributions are real and what I would suggest for anyone who is a long time vim user is to check out kickstart. https://github.com/nvim-lua/kickstart.nvim , specifically the modular fork https://github.com/dam9000/kickstart-modular.nvim which will give you a great (minimal) starting point
  • How I Stopped Worrying About RAM and Learned to Love Vim
    3 projects | dev.to | 29 Sep 2025
    Once I got comfortable with the basics, I started tweaking my setup. If you're curious, you can check out my Neovim config file here: joybiswas007/kickstart.nvim. I actually used a fork of the popular kickstart.nvim starter template, which you can find at nvim-lua/kickstart.nvim.
  • Neovim As An Editor
    1 project | dev.to | 15 Aug 2025
    And if you want to start with neovim I would suggest starting with starter kit(https://github.com/nvim-lua/kickstart.nvim). It has all basics covered with good inline documentation.
  • Customizing tmux and making it less dreadful
    7 projects | news.ycombinator.com | 4 Aug 2025
    I tried LazyVim a couple of times, but felt that I would rather go back to a simpler nvim setup, and then build it up myself and learn as I go. I have stuck and enjoyed kickstart.nvim: https://github.com/nvim-lua/kickstart.nvim

    It has been my starting point, and I have gradually been adding new plugins and reconfiguring existing ones.

  • Como fazer copy paste com nvim em conexΓ£o ssh
    2 projects | dev.to | 14 Jul 2025
  • Every Developer Should Try Vim
    6 projects | dev.to | 19 Jun 2025
    I did not start with a blank Neovim install, I used kickstart.nvim. It has such clear documentation which made it really easy to understand and get started. This YouTube playlist by TJ DeVries also helped me a lot to get started.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Stats

Basic kickstart.nvim repo stats
311
30,739
8.1
about 1 month ago

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

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