Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Neovim

Vim's rebirth for the 21st century subtitle

Neovim Reviews and details

Screenshots and images

  • Neovim Landing page
    Landing page //
    2023-07-23

Badges

Promote Neovim. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

What is Neovim, and why should you care?

Neovim

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Neovim and what they use it for.
  • Let's See Your Terminal
    This got me thinking about my recent pivot, my switch to Neovim by way of LazyVim to write most of my code, and using tmux to keep terminal states alive after closing a session. - Source: dev.to / 6 days ago
  • Level Up Your Dev Workflow: Conquer Web Development with a Blazing Fast Neovim Setup (Part 1)
    Neovim: Make sure you have Neovim installed on your system. You can check the official website for installation instructions: https://neovim.io/ Git: We'll be using Git to clone the LazyVim starter pack. If you don't have Git, you can download it from https://git-scm.com/downloads. - Source: dev.to / about 1 month ago
  • Aftermath of switching from VSCode to Neovim
    All these thoughts I've shared, I would have them on occasion - but ever since I switched to Linux and Neovim, my curiosity has been through the roof. Switching over to Neovim and Linux was a not so fun weekend of configuration and spending half a day getting my work's local dev environment running on my new OS (which no one has tested development on). But I now have a deeper understanding of the tools I use, and... - Source: dev.to / 2 months ago
  • My 2024 PDE: NeoVim
    For those of you unfamiliar with the Vim world, Neovim is a Vim fork which in recent years has become the de facto for new Vim developers. NeoVim has all the bells and whistles you want from Vim, but with a bunch of extras, too. If you want a community more passionate about contributing to the ecosystem and a lot more options when it comes to customising your PDE, it's a no brainer. - Source: dev.to / 3 months ago
  • Clipboards, Terminals, and Linux
    I've recently switched to Neovim, and with it begun using the terminal mouse support. But, this has the side-effect that I can't just click-and-drag to select text in the terminal anymore -- Neovim controls that as well. - Source: dev.to / 4 months ago
  • Pimp your CLI
    As a developer, the command line is one of the tools you will be using most frequently. It can be intimidating to venture into the world of CLI tooling but I can assure you it is one of the most rewarding experiences too. In this post I want to walk ya'll through my personal CLI setup. It is based on 3 technologies which I'll coin as the "Holy Trinity" of the command line: TMUX, ZSH, & Neovim. - Source: dev.to / 5 months ago
  • Introduction
    Pywal is used to get the colorscheme from my wallpaper for my browser and terminal. left: neovim, top right: qutebrowser, bottom right: cava. - Source: dev.to / 6 months ago
  • Quarkus 3.4 - Container-first Java Stack: Install with OpenJDK 21 and Create REST API
    When you use NeoVim/Vim, you should type :next after :w (save) in order to switch files. - Source: dev.to / 6 months ago
  • Should Neovim now release a standard official configuration so that people who want an editor that just works out of the box get onboarded easily ?
    I think it would be immensely helpful to newcomers if solid projects like NVchad, lazy vim, astro, lunar, and others were clearly indicated on the GitHub page and neovim.io as great starting points for anyone who wants feature X, Y ,Z or just a more "out-of-the-box" experience. And I mean front and center. It should be a part of the install section. No one is going to read it otherwise. That would only help those... Source: 10 months ago
  • Ask HN: Dev productivity tools you would pay for
    You can pay for free software, but you don't need to. ohmyzsh: https://opencollective.com/ohmyzsh nvim: https://neovim.io/ supports donations via bitcoin, Open Collective, and GitHub Sponsors. fzf: https://github.com/junegunn/fzf supports donation via GitHub Sponsors, PayPal, and buy me a coffee. - Source: Hacker News / 11 months ago
  • Software Developer Mac Apps
    iTerm2, since Terminal.app doesn't support 24-bit colors and I used Neovim for some time. I now use Neovide for Neovim, so all I use iTerm2 for now is the UI (I have a theme I like, plus dark mode actually works). Source: 11 months ago
  • IDE type hinting not working correctly when in a Union with None?
    Can I introduce you to our lord and savior, neovim? Vscode probably supports lsp(language server protocol) out of the box as well. it's been 8 years since I last used pycharm. I don't know what may be wrong in that ide. Source: about 1 year ago
  • Tips for CS011 and CS10B?
    Although, recently I've just used smart pointers in C++ and python recursive functions. Lastly, check out neovim: https://neovim.io/. Source: about 1 year ago
  • Use GNU Emacs
    There are many text editors extensible in Lua or in Python. They generally don't allow messing with the innards as much (Firefox proved that's a double edge sword with its extension, it's not an unalloyed good). https://micro-editor.github.io/index.html https://lite-xl.com https://neovim.io https://code.visualstudio.com http://www.sublimetext.com And Emacs Lisp doesn't feel super accessible to most software... - Source: Hacker News / about 1 year ago
  • Which editor do you use to code in Zig?
    LunarVim, which is a packaging of Neovim -- it has support for languages servers and debuggers for many languages, including zig. Source: about 1 year ago
  • VSCode vs Neovim
    A while ago I wrote about the fact that I was using Vim motions in VSCode and that I was exploring Neovim. - Source: dev.to / about 1 year ago
  • LyX: basic setup to meet formal requirements of university
    Use a specialized text editor like texmaker or a general purpose one like neovim with some well configured plugins for writers. Source: about 1 year ago
  • LazyVim 1.0.0 has just been released and has a shiny new website
    Good idea in fact, I normally donate to this one. Source: over 1 year ago
  • What is the best general programming languages to learn
    a not quite as general purpose alternative to python is lua. it is popular for adding customization to existing software like neovim (there are ready to use configs for better experience like lazyvim or astrovim) or autohotkey (if you're on windows). Source: over 1 year ago
  • Why do developers use shell?
    Neovim is a modernized but backward-compatible version of Vim. Neovim was forked from Vim in 2015. - Source: dev.to / over 1 year ago
  • Building the fastest Lua interpreter automatically
    Lua is meant to be embedded in another application, so its relevance depends on what applications you use. My main text editor is Neovim which uses Lua as one of its two built-in scripting languages (the other one being Vim script). A couple of other projects off the top of my head:. Source: over 1 year ago

Do you know an article comparing Neovim to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Neovim discussion

Log in or Post with

This is an informative page about Neovim. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.