web-dev.nvim
Small Neovim configuration written in Lua that is specifically designed for web development. (by jonathandion)
kickstart.nvim
A launch point for your personal nvim configuration (by nvim-lua)
web-dev.nvim | kickstart.nvim | |
---|---|---|
6 | 305 | |
67 | 26,970 | |
- | 2.5% | |
1.5 | 8.3 | |
over 2 years ago | 3 months ago | |
Lua | Lua | |
- | 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.
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.
web-dev.nvim
Posts with mentions or reviews of web-dev.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-20.
- LazyVim 1.0.0 has just been released and has a shiny new website
- Need Advice as a Beginner (Neo)Vim user
-
Effective Neovim: Instant IDE - TJ DeVries
I did something similar with devenv (nix) instead of a docker container. I have been exploring this in my repo: https://github.com/jonathandion/web-dev.nvim. It is less common to have nix installed and devenv but I like the idea.
-
Code completion/linting/lsp/etc. Best practices?
init.lua
- My personal Neovim configuration for Web Development.
- My personal Neovim config for Web Development.
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-08-04.
-
Neovim As An Editor
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
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
-
Every Developer Should Try Vim
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.
-
Getting Started with Neovim
kickstart
-
# Setup Haskell for Neovim on Linux
1. If you're new to Neovim ( which I highly doubt) start with something like kickstarter neovim config by TJ.
-
Why You Should Migrate to NeoVim
Use something like kickstart.nvim — a minimalist, thoughtful configuration that gives you a strong foundation without overwhelming you.
-
Switching Fully to Neovim
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
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)
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.
What are some alternatives?
When comparing web-dev.nvim and kickstart.nvim you can also consider the following projects:
nixCats-nvim - A nix-based nvim package manager that supports a normal config directory ... that can easily output mulitiple configured packages! (with example config(s) and in-editor help)
LazyVim - Neovim config for the lazy
uloco
NvChad - Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
dotfiles - It's in the name!
lazy.nvim - 💤 A modern plugin manager for Neovim