/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

tsumarios.github.io
| | eligundry.com
3.2 parsecs away

Travel
| | Lua is now my best friend for configuring Neovim.
| | hunden.linuxkompis.se
2.6 parsecs away

Travel
| |
| | ncona.com
3.3 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
| | wweb.dev
18.6 parsecs away

Travel
| In this article, I will share a step-by-step guide on how to deploy and serve a web app to an ubuntu server. This applicable for any web app that runs on a port.