Explore >> Select a destination


You are here

infinitedigits.co
| | nvie.com
3.1 parsecs away

Travel
| | Where I lay out the recent changed I made to my Vim setup.
| | ncona.com
4.1 parsecs away

Travel
| | Ive known about neovim for a long time, but Ive never tried it out. My goal for this article is to try to replicate my current vim configuration: File explorer Grep Fuzzy file finder Syntax highlight .vimrc configuration If Neovim is as good as people say, I should be able to do that, and it should run faster. Installation Neovim is already packaged for most OS. Sadly, the version included in Ubuntu is too old for most plugins out there. For this reason, well have to build from source. Install prerequisi...
| | spf13.com
2.7 parsecs away

Travel
| |
| | henrikwarne.com
28.7 parsecs away

Travel
| For seven years I coded in C++ using Emacs. Four years ago, when I changed jobs, I switched to Java development using IntelliJ IDEA. Without a doubt, I am much more productive writing code in IntelliJ IDEA compared to using Emacs. Here's why: Navigation Coding is really something like 80% navigation, and only 20% actual...