Debugging Go in Vim

Posted on 📅 February 8, 2021

Using make in Vim/NeoVim can be a handy utility if you want to quickly build, run & debug programs. The make command is governed by the program set in makeprg.

How to make Vim faster ⚡️

Posted on 📅 February 2, 2021

Apart from not loading shit ton of plugins, there are some other tricks that can be used to make Vim more faster:

Embedding static files in Go

Posted on 📅 February 1, 2021

Embedding static files in 2021 has become a bit easier since the release of Go 1.16. The new release comes with a new package embed which provides a handy set of interface and methods to attach static file in go binaries