Common library code for other vc*.nvim projects.

Add lazy.lua file.

+3
+3
lazy.lua
··· 1 + return { 2 + { 'algmyr/vclib.nvim', lazy = true }, 3 + }