/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nickjanetakis.com
| | eed3si9n.com
2.3 parsecs away

Travel
| | [AI summary] A technical guide detailing the third part of a series on integrating the sbt server into Neovim for Scala development.
| | ryanparsley.com
1.7 parsecs away

Travel
| | People joke about how Vim is hard to quit, but I want to make it easier to start. Here is a collection of resources to help demystify Vim.
| | ncona.com
2.1 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
| | tonybaloney.github.io
15.9 parsecs away

Travel
| [AI summary] A guide on installing and configuring a VS Code extension that brings virtual pets into your code editor for companionship.