Explore >> Select a destination


You are here

coen.needell.org
| | vinitkumar.me
4.9 parsecs away

Travel
| | The blog guides users through a smooth transition from Vim to Neovim, highlighting Neovim's improved performance, enhanced features, and better extensibility. It details the migration process, emphasizing the compatibility between Vim and Neovim configurations. The author's Neovim Lua-based configuration is provided, featuring a curated set of plugins, key mappings, and settings for a more modular and organized setup. The blog concludes by acknowledging the advantages of Neovim's init.lua configuration f...
| | www.integralist.co.uk
7.1 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...
| | www.alicegg.tech
10.5 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...
| | pmihaylov.com
40.8 parsecs away

Travel
| One of Go's greatest features is that it greatly integrates with Vim. In this article, I'll show you how to setup your Vim for Go development