Language Server Protocol Tutorial: From VSCode to Vim
Make that text editor into a real IDE using LSP, no coupling required! (more…)
Read more »
Usually, when I want to operate on a block of text (for example
to reflow it) I can select it with one of
Vim’s motion commands, such as ‘}’ for a nominal paragraph. Vim’s
notion of a paragraph is sufficiently all-encompassing that this
works for a lot of… Read more