From c2975dd61c3ab650ee5ec8358c5e023d9fea0e87 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sun, 21 Jul 2024 22:10:21 +0200 Subject: [PATCH] Add info about upstream --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 2aa243d..ee8378c 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,6 @@ +-- Based on https://github.com/nvim-lua/kickstart.nvim +-- Inspiration from https://github.com/dam9000/kickstart-modular.nvim + -- Set as the leader key -- See `:help mapleader` -- NOTE: Must happen before plugins are loaded (otherwise wrong leader will be used)