Ten years ago I was an emacs guy, but since then I haven’t used a command line text editor daily. If I log into a remote machine I will usually use nano to make any small edits. After doing some code pairing with someone using Neovim I decided to give it a try.

My setup is based around golang development and trying to get the closest I can to my GoLand setup. This means I want intellisense, great cut and paste, easy jumping to definitions/implementations, ect. What I have currently is probably 80% but working more on it.

Initial thoughts are positive, though for some reason I get tripped up on file navigation.