chore: add GPLv3 (or later) licensing to repository

NOTE: lua/lazyload.lua is an MIT licensed file borrowed from another
user's repository. The license header in that file reflects this.
This commit is contained in:
2026-04-17 18:43:38 -04:00
parent 8feb5c8415
commit fbb6655722
6 changed files with 744 additions and 0 deletions
+10
View File
@@ -1,3 +1,13 @@
--[[
┌────────────────────────────────────────────────────────────────┐
│ Lazyload │
└────────────────────────────────────────────────────────────────┘
--]]
-- Original work Copyright (c) 2021 Fredrik Averpil
-- This file is licensed under the MIT License.
-- See: https://github.com/fredrikaverpil/dotfiles/blob/main/LICENSE
-- Lazyload queues for phased plugin loading.
--
-- on_vim_enter(fn): async fire-and-forget via vim.schedule() (default)