vim

Vim builtin package manger

I was using dein package manager for some time happily. Till yesterday it started acting up during update and even messed up already installed plugins. After some messing around I admitted I will not be able to solve it easily so I tried to give the new builtin package manager a try. I followed this post. And it seems to work like a charm, also within nvim. I added all my packages using git submodule add in directories like pack/git/start and pack/helper/opt.

Vim for Hugo

Ich verwende ja den Sitegenerator hugo für diese Seite. Das herumgewurschtel auf der Kommandozeile ist aber etwas nervig. Daher hab ich ein paar Befehle für Vim geschrieben um es etwas schmerzfreier zu machen. Soweit ist es aber noch etwas schmerzhaft.

Auf der Anleitung vi and vim autocommand hab ich ein paar Ideen gefunden.