/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
| | www.mitchellhanberg.com
3.2 parsecs away

Travel
| | [AI summary] A tutorial on installing and configuring Neovim with Elixir support, including setting up Language Server Protocol clients, LSP plugins, and integrating the Credo linter.
| | gabebw.com
3.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.alicegg.tech
3.3 parsecs away

Travel
| | I have been using NeoVim as my main editor for code since 2017.When discussing that with other engineers, a common complaint I hear about (Neo)Vim is that it...
| | www.integralist.co.uk
10.5 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...