/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

gabebw.com
| | www.mitchellhanberg.com
3.0 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.
| | ncona.com
2.2 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
| | eligundry.com
2.5 parsecs away

Travel
| | Lua is now my best friend for configuring Neovim.
| | www.integralist.co.uk
13.0 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...