Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 11, 2022 08:47 am GMT

Why aren't you on Neovim yet?

Just discovered Neovim today. I can't believe how much I've been missing out!

  • Exactly like VIM, but faster
  • Better performances
  • Works out-of-the-box with my extensive VIM configuration
  • Installation and configuration was a breeze, don't need to change anything
  • Did I mention that it was faster?

And obviously it's free and open-source.

Here's a quick installation guide if you want to get started: just copy-paste this in ~/.config/nvim/init.vim

set runtimepath^=~/.vim runtimepath+=~/.vim/afterlet &packpath = &runtimepathsource ~/.vimrc

This will make Neovim pick up your current VIM config. So if you end up not liking Neovim for some reason, your VIM config is still intact. You can even have both installed at the same time.

So, why aren't you on Neovim yet?


Original Link: https://dev.to/samuelfaure/why-arent-you-on-neovim-yet-48oc

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To