/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

ncona.com
| | mariocarrion.com
1.1 parsecs away

Travel
| | Packer is no longer supported; time to migrate to lazy; also, I decided to stop using vim-go, replacing it with go.nvim
| | gabebw.com
1.4 parsecs away

Travel
| | [AI summary] The author details their transition from Vim to Neovim, highlighting the benefits of Neovim's native LSP support, modern features, and the process of converting their Vim configuration to Lua.
| | www.integralist.co.uk
1.2 parsecs away

Travel
| | UPDATE November 2022 Not long after I wrote this post I had switched from VimScript to using Lua and also making large sets of changes and tweaks to my configuration. The source of truth is: https://github.com/integralist/nvim (which is a submodule within https://github.com/integralist/dotfiles) This post is being kept for posterity, but ultimately I would recommend you look at the above dotfiles repo instead. This is going to be a very focused post because when you're looking to get your code editor con...
| | jessitron.com
15.9 parsecs away

Travel
| This post builds on the excellent tutorial from Tania Rascia: Create and Deploy a Node.js, Express, & PostgreSQL REST API. I want to build a little web app that can store some data! ...without installing anything new on my computer. Here's how to configure VSCode Remote Containers to do that. Installed on my machine: DockerVSCodeVSCode...