Explore >> Select a destination


You are here

humberto.io
| | blog.thea.codes
1.1 parsecs away

Travel
| | The Python Package Index is now more approachable and beautiful.
| | blog.randombits.host
0.8 parsecs away

Travel
| | PyPi - The Python Package IndexI love Python. It's easy to read, even easier to write, and best of all, the easiest language (I've used) to interact with other people's code. I spent too long being only on one end of that equation though, only consuming code other people have
| | danielms.site
0.7 parsecs away

Travel
| | I build things and drink coffee.
| | ncona.com
11.7 parsecs away

Travel
| I've known about neovim for a long time, but I've 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, we'll have to build from source. Install prerequisites: 1 sudo apt-get install ninja-build gettext cmake unzip curl