DEV Community

nozomi-iida
nozomi-iida

Posted on • Edited on

Journey to Becoming a Vimmer Vol1 ~Neovim~

Setting Neovim Environment

Introduction

When I saw a YouTube video about live coding where vimmer code, I was amazed at the speed of coding.
This article is a record until I became a Vimmer.

Prerequisite

  • This article was inspired by this
  • Using Macbook
  • Using Iterm2

Install NeoVim

What is Neovim

Neovim is a refactor, and sometimes redactor, in the tradition of Vim
https://neovim.io/charter

How to install

brew install neovim
Enter fullscreen mode Exit fullscreen mode

Setting alias with vim

~/.config/fish/config.fish

alias vim='nvim'
Enter fullscreen mode Exit fullscreen mode

I make Neovim available for 'vim' command

Make Hack(Nerd Font) enable in Iterm2

What is Nerd Font

Nerd Fonts is a tool that further enhances fonts suitable for programming and text editing, and incorporates symbols and icons to provide more visual information and help work.

Download hack font

  1. Go to https://github.com/ryanoasis/nerd-fonts/releases
  2. Download Hack.zip file
  3. Add Hack to Fonts cp ~/Downloads/Hack/*.ttf ./Library/Fonts
  4. Select Hack Nerd Font Mono in Iterm2 Image description

references

https://github.com/neovim/neovim/wiki/Installing-Neovim
https://www.nerdfonts.com

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more