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
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
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 10- Show Best Posts
- Show All Posts (oldest first)
- Show All Posts (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