Vim-Notebook

A plugin for the Vim editor for handling any interpreter in a Notebook style – baruchel/vim-notebook… Read more

Similar

Using GPT-3 to generate Vim commands

To program GPT-3, you must give it a prompt. To do this, one of the things you need to do is clean your data into a prompt GPT-3 likes. Given a natural language prompt, this modifies the text accordingly, saving time. Here are some of the things it can do... (more…)

Read more »

Vim TAGS lookup

A tags file is a classic UNIX format for storing an index of where symbols are defined in a source tree, for ease of finding a symbol definition from within an editor. Both vim and emacs have native... (more…)

Read more »