nvim-lazyman
Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕ (by doctorfree)
skeleton.nvim
My personal neovim config. (by brunobmello25)
nvim-lazyman | skeleton.nvim | |
---|---|---|
14 | 12 | |
356 | 5 | |
6.7% | - | |
7.9 | 7.2 | |
about 2 months ago | 3 months ago | |
HTML | 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.
nvim-lazyman
Posts with mentions or reviews of nvim-lazyman.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-10.
-
Github Pages vs Repo Stars
I made Github Pages from some of my repositories. It's a nice feature, thanks!
-
Anybody switch from their own configs to one of the neovim "distros"?
$NVIM_APPNAME might help if the distro's file structure doesn't work with your git model (like, AstroNvim wants you to use a sub-theme-thing for your personal config customizations, and this might not be graceful to implement as just a separate git branch). https://gist.github.com/elijahmanor/b279553c0132bfad7eae23e34ceb593b has some shell functions using nvim_appname for easily switching between different config repos and even https://github.com/doctorfree/nvim-lazyman for trying out different distros.
-
are you using `nvim -l` to run scripts? if so.... how or for what purpose???
I haven't posted much about lazyman because I'm busy working on it and it is changing rapidly. Also, as you can see, a lot of my time is spent dreaming up Neovim configuration management fantasies.
-
Looking for some configs using lazy.nvim, to use as reference for creating my own.
There are many excellent distributions, personal configurations, and custom configurations to study. I wrote a Neovim configuration manager to make it easy for me to install, initialize, and explore multiple Neovim configurations. Most of the popular Neovim distributions and configurations are supported in this tool.
-
A Huge Shoutout to the Preconfiguration Contributors for Their Incredible Work! From own configuration to LazyVim/AstroNvim
I'm also a fan of these preconfigured Neovim configurations. I've learned a lot by exploring many of them. To help me install and initialize multiple Neovim configurations I wrote Lazyman, a Neovim configuration manager. Currently Lazyman supports over 40 Neovim configurations.
- Recommended distribution
-
Lsp / cmp setup
This one has a good collection of configs, from simple to complicated: doctorfree/nvim-lazyman
-
SpaceVim in the Lazyman Neovim Configuration Manager
See https://github.com/doctorfree/nvim-lazyman for info on Lazyman.
- Can some one share minimal lua config without plugins (or 1 or 2 plugins like nvim-tree is ok)?
-
Lazyman Neovim Configuration Manager
Currently lazyman supports Neovim configurations using the Lazy, Packer, and vim-plug plugin managers. Not all Neovim configurations install and initialize cleanly. Some have hard-coded paths assuming ~/.config/nvim as the configuration location. Others do not initialize cleanly from the command line (nvim --headless ...). However, many configurations not supported out-of-the-box by lazyman can be installed and initialized. If you find an interesting configuration that works well with Lazyman or if your favorite config does not initialize cleanly with Lazyman then open an issue at https://github.com/doctorfree/nvim-lazyman/issues
skeleton.nvim
Posts with mentions or reviews of skeleton.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-05.
-
I love this bastard
here is my config if you want to take a look (but it's using lsp-zero v1 and now they have a v2, I'm still planning on migrating to it)
-
Can anyone recommend a good github dotfiles repos for neovim that uses LazyVim as it's plugin manager?
maybe my dotfiles could help you? not using tabs unfortunately.
-
Looking for feedback on my neovim config with lazy
this is just what :h vim.pretty_print does
-
Some treesitter related plugins fail when bootstrapping with packer
I changed the plugin initialization to work like you mentioned (using the lazy.nvim init function) and now it works. only problem is that this feels a little bit bloated, not sure if there's a way to work around this. but for now it's good enough
-
How can I set an autocommand that only initializes for the current buffer for lsp on_attach?
Here is my full configuration if needed: https://github.com/brunobmello25/skeleton.nvim/tree/add-vtsls (branch add-vtsls)
-
LSP server with tsserver extremely slow and sometimes even timing out
I have showed some of my config files, but I have also just pushed a branch to my nvim config repo with the current configuration showed on the video. Here is a link to the repository on the specified branch.
-
Can't figure out why my fonts are not rendering properly
And my neovim config: https://github.com/brunobmello25/skeleton.nvim
-
How can I setup eslint lsp to only attach if eslint config exists and fallback to prettier formatter if it doesn't?
Sorry for the wall of text. Here is my current configuration if it's of any use: https://github.com/brunobmello25/skeleton.nvim
-
Help implementing prettier formatter as a "fallback" for when there is no eslint attached?
Currently, here is how I setup my neovim to format with eslint: https://github.com/brunobmello25/skeleton.nvim/blob/main/lua/skeleton/lsp/languages/typescript.lua
-
telescope styles broke after packerSync?
Here is my current config, branch main
What are some alternatives?
When comparing nvim-lazyman and skeleton.nvim you can also consider the following projects:
.config - mirror of repo on Codeberg
nvim-starter - Neovim example configuration. To help you start in your journey
starter - Starter template for LazyVim
spacevim - SpaceVim custom configuration
dot - ☕️ My Dot Files