nvim-starter
nvim-config
nvim-starter | nvim-config | |
---|---|---|
28 | 75 | |
253 | 294 | |
5.1% | 5.8% | |
5.2 | 9.6 | |
9 months ago | 23 days ago | |
Lua | ||
MIT License | GNU General Public License v3.0 only |
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
nvim-config
-
Throw me your nvim config for windows 11.
Here's my config for windows 10, but I think it'll also work on windows 11. Hope it helps.
-
Unable to setup lua_ls, though other servers work
I just came up to that conclusion because of this and Sorry, I don't know how to solve that problem now. But, maybe how I setup LSP will help you. Good luck.
-
How to shift from packer to lazy.nvim
You can look at my config to see how I set it up. Also, I followed this instructions.
-
I am a beginning to nvim
You can try kickstart.nvim as your base config to crete your own config. Also, here's my config. Hope it helps.
-
Looking for some configs using lazy.nvim, to use as reference for creating my own.
Here's my configuration that uses lazy.nvim. Hope it helps.
-
Customized Everblush Theme
Here.
-
lazy.nvim only standard version of colorscheme usable
What I did was. I set the colorscheme in init.lua and set lazy = true in the themes. They'll be loaded once they're called.
-
Any good pre configured repo/config to work in a multi purpose daily basis?
Plus, you can take a look at awesome-neovim or neovimcraft for plugins that you may want to use. Lastly, you can also look at my config for some reference/guide. Hope it helps.
-
How to setup prettier with lsp?
I'm using null-ls.nvim for formatters and here's how i set it up. Hope it helps.
-
I can't seem to figure it out
Here' my java.lua for nvim-jdtls which solves the nil issue and add more features.
What are some alternatives?
neovim - My neovim config
nvim-navic - Simple winbar/statusline plugin that shows your current code context
skeleton.nvim - My personal neovim config.
neovim-lua - Neovim KISS configuration with Lua
kickstart.nvim - A launch point for your personal nvim configuration
oh-my-nvim - A theme-driven, out-of-the-box modern configuration of neovim (HardHackerNvim)💎
nvim-lazyman - Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕
one.nvim - All-in-one neovim config framework in Lua.
VimStudio - A collection of plugins for a plug and play local development
dotfiles - Configuration files for vim, bash, tmux and other
.dotfiles - my dotfiles over the years
friendly-snippets - Set of preconfigured snippets for different languages.