.config
mirror of repo on Codeberg (by heygarrett)
NvChad
Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience. (by NvChad)
.config | NvChad | |
---|---|---|
13 | 191 | |
19 | 25,718 | |
- | 1.0% | |
9.5 | 8.4 | |
4 days ago | 2 months ago | |
Lua | Lua | |
GNU General Public License v3.0 or later | 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.
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.
.config
Posts with mentions or reviews of .config.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-06.
-
Can anyone recommend a good github dotfiles repos for neovim that uses LazyVim as it's plugin manager?
I've done my best to keep my config simple and sane: https://github.com/heygarrett/.config/tree/main/nvim
-
"set noet" ignored in python files
One option the docs don't list is using an autocommand, which is what I do because I overrule the indentation options for all file types.
-
Trouble detecting shiftwidth correctly
I use a combination of guess-indent.nvim and :h listchars. Here's how I use them together in my config.
-
nvim: coq vs cmp
I even wrote my own autocmd for auto-completion, which was a lot of fun and helped me learn a lot about Neovim. Together with nvim-snippy it meets all of my needs (so far).
-
Show me your statusline! Big plus if you wrote it yourself :)
I'm late to the party, but I did configure my statusline without a plugin: - Screenshot - Config
-
What completion method should i try first
I added an autocmd to make it automatic.
-
It’s worth it to learn how a feature works before installing a plugin claiming to make that feature better.
I learned a lot, and I created my own automated workflow for sessions that I’m quite happy about. I think the best part is it may not cover every use case I encounter, which means I get to keep learning and I get to become more familiar with a tool I use daily.
-
Here’s a function to grab the name of the current git branch with Lua
I use this in my custom statusline config, which you can see here.
-
Is there an equivalent to :setlocal {option}< using Lua?
This is how I currently configure my indentation. The autocmd overrides anything set by the ftplugin files during startup, and that's the easiest method I've found keep my preferences across every file type.
-
Tab in vim always shifts by 2 spaces for c and c++ files.
I think the built-in filetype plugin files are sourced after your vimrc. I got around this by adding an autocmd to re-set my indentation preferences after the ftplugins are loaded.
NvChad
Posts with mentions or reviews of NvChad.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-01.
-
Setting Up Neovim
The default mappings are defined here.
-
Don't use “dependencies” in lazy.nvim
lazy.nvim is the most popular plugin manager of Neovim. Typical Neovim distributions, such as LazyVim or NvChad, use lazy.nvim in base, so many users use lazy.nvim without knowing it. Here I wrote one point advice to use lazy.nvim.
-
Breaking the Code: My Journey from VS Code to NeoVim
After a short chat with my colleague I began with NvChad, a preconfigured setup that promised a modern UI and essential plugins. It provided a solid foundation, but the real magic happened when I started customizing it to suit my needs.
-
My Flow and Productivity has Improved with the Simplicity of Neovim
My first attempt at a distro was NvChad. NvChad is well-liked, polished, and a really good place to start. I know as of this writing, Rakesh is still flying high with NvChad and enjoys it very much. Something about it felt too proprietary though. Custom loaders, dealing with packages in certain ways, and that sort of thing. I wanted something prebuilt but felt more like KickStart in that plugin adds and configurations felt more Neovim "native".
-
Every Neovim, Every Config, All At Once
NvChad
- Neovide – a simple, no-nonsense, cross-platform GUI for Neovim
- NvChad: Full featured IDE based on Neovim
- Enchula Mi Consola
- Pimp your CLI
-
Is there a way that I can do programming on my phone?
If you use Android device, you can try Termux , and in Termux I recommend NavChad as IDE . You can also find a lot of other useful packages .
What are some alternatives?
When comparing .config and NvChad you can also consider the following projects:
nvim-lazyman - Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕
LazyVim - Neovim config for the lazy
wiirdle-wiilove - Wordle clone for the Wii, powered by WiiLÖVE
kickstart.nvim - A launch point for your personal nvim configuration
mini.nvim - Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]