nvim-starter
kickstart.nvim
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 |
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
-
Share NO-PLUGIN Configs!
Minimal init.lua.
-
Simple lsp-config with Mason
This one is more of an example config.
-
Neovim File structure (modern)
nvim-starter - modular
-
Are there any preconfigured config to make neovim as a text editor rather than a IDE?
I'm working on a config inspired by features people like about helix. Here's the link: nvim-starter - light
-
Lsp / cmp setup
Minimal example config
-
Can anyone recommend a good github dotfiles repos for neovim that uses LazyVim as it's plugin manager?
And to be a bit more specific, the branch 05-modular in nvim-starter is the one that uses all the lazy-loading goodness in lazy.nvim.
-
[Meta] Can we get a post started to sticky starting resources for neovim?
Also this one: https://github.com/VonHeikemen/nvim-starter
-
[HELP] need help with my config, please
There is a branch with a minimal setup. I mainly use it for testing but it is a good example.
-
Any good guide to setting up NeoVim to replace vscode?
I have this repo nvim-starter, in there you'll find resources of all kind. There is an example configuration split in several branches, you can see the evolution from a simple config with no plugins to a modular opinionated config (using lazy.nvim). In the config branches you'll also find links to blogposts that explain the code in the repo. Hope that helps.
-
Trying to extend each server's on_attach with a default callback without causing recursion
Here's an example config using it: nvim-starter - lsp-cmp
kickstart.nvim
-
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.
-
So You Want to Write Java in Neovim
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
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
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
-
An Experienced (Neo)Vimmer's Workflow
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
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
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
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
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
What are some alternatives?
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.