AstonJ
Posting this to see if we can make things easier for people to get into Neovim. If you use Neovim and have a favourite distro please let us know!
- You can only pick one - if you like more than one, please pick your favourite and tell us about the other/s in the thread!
- If you use a custom configuration, please skip the poll (unless one of them is your favourite, in which case please vote for it) and if possible please let us know about your configuration in the thread and why you prefer it over a released distro (perhaps you could you share your configuration too?) If your own configuration heavily borrows from one of those listed below, you could, if you think it deserves it, place a vote for it.
Thanks!
What is your preferred Neovim distro?
- Abstract
- AstroNvim
- CodeArt
- CosmicNvim
- Ecovim
- kickstart
- LazyVim
- LunarVim
- LVIM IDE
- mini.nvim
- NormalNvim
- NvChad
- NvPak
- SpaceVim
- Other publicly released distro - please say in thread!
0
voters
See post below for details…
Trending in Polls
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
This post is a wiki - please feel free to add/edit as needed (please follow the same format/alphabetical order).
Abstract - https://abstract-ide.github.io/site/
AstroNvim - https://astronvim.com/
CodeArt - https://github.com/artart222/CodeArt
CosmicNvim - https://cosmicnvim.vercel.app
Ecovim - https://github.com/ecosse3/nvim
kickstart - https://github.com/nvim-lua/kickstart.nvim
LazyVim - http://www.lazyvim.org
LunarVim - https://www.lunarvim.org
LVIM IDE - https://github.com/lvim-tech/lvim
mini.nvim - https://github.com/echasnovski/mini.nvim
NormalNvim - https://normalnvim.github.io
NvChad - https://nvchad.com
NvPak - https://github.com/EvolveBeyond/NvPak
SpaceVim - https://spacevim.org
Forum Thread: SpaceVim - like SpaceMacs but for Vim!
sodapopcan
Vim
AstonJ
Why?
I’d be curious to know why people are sticking with Vim over Neovim (and also why people may prefer not to use a distro).
AndyL
I started with LazyVim, but have diverged quite a bit over time. The pre-packaged distros are a great way to get started.
soyjeansoy
Im lazy so that’s why
AstonJ
+
Nice! I am actually leaning towards LazyVim myself!
That’s a huge part of the reason for posting this thread Andy - in fact that’s why I’ve posted the recent polls in this series as I am sure I am not the only one who wants to try something a little more ‘advanced’ and where seeing what other people are using or prefer (or recommend) would make that jump easier and in a better informed way - I think these polls are great for that!
soyjeansoy
I’m fairly new to LazyVim, as I’m switching back and forth with Sublime Text. The only thing that bothers me (as a begginer in LazyVim/NVim) is that when I open a 5K LoC OpenAPI spec file, scrolling seems worse on nvim than Sublime Text. Maybe I misconfigured my setup
AstonJ
Could you link to a sample file so others can try to reproduce the issue Jaeyson?
My first thoughts would be to try another terminal emulator to see if that helps? Hopefully someone more experienced might be able to help..
frankdugan3
My family uses a custom neovim config, based on Kickstarter. We’re slowly improving it as we learn more. Distros are great for inspiration, but I strongly encourage users to create their own config, and Kickstart is a good place to start from. Here’s a short summary of why I recommend this approach:
In general, I find it far easier to start with something very minimal and well thought-out (Kickstart), and then add/modify it at the speed of your learning. But I also run Arch and my first Linux was Gentoo, so… take that into consideration.
jswanner
If you start nvim without your configuration and without plugins do you experience the same problem?
nvim -u NONEI’m guessing it’s a plugin or syntax highlighting causing problems