chore: More vimscript to lua migration stuff

This commit is contained in:
Ahmad Ansori Palembani 2024-04-17 08:57:51 +07:00
parent 6579ade92d
commit ca2cb0fb11
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
7 changed files with 39 additions and 4 deletions

View file

View file

@ -0,0 +1,6 @@
-- vim_uni
require("null.config")
-- vim_plug
require("null.plug")
-- vim_nix
require("null.nix") -- n*x specific stuff

View file

View file