Recent Posts

Neovim writing LUA plugins

4 minute read

Recently the Neovim community has been experiencing a boom in new plugins. Those plugins are written in LUA, which is much, much more pleasant to write than ...

Neovim opening URLs

less than 1 minute read

Vim has built-in functionality to open URLs directly by executing gx in normal mode. This functionality is provided by netrw plugin :h netrw-gx

Neovim train motions

1 minute read

I’ve found very interesting but little known neovim plugin, train.nvim. It’s readme is pretty confusing, so I’ll describe it here.