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