Tag:  VIM


The problem with VIM and pair programming (and how to fix it)

VIM is extremely powerful and configurable, allowing developers to set it up in a way that matches their preferences and workflow. However, this also brings a b…  [Read more]


Coc - Intelisense for Vim and Neovim

Some months ago I wrote about using ALE for navigating through code with help of language servers. That works really well and I was totally satisfied, however I…  [Read more]


VIM: Better "Go to definition" and completion using ALE

Probably you've already heard about ALE, an asyncronous lint engine that analyse buffers in background showing the results without requiring saving files to dis…  [Read more]