From 7fe070a717545b11482bbaf2fe052b19dd930148 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Mon, 19 Aug 2024 14:55:54 +0200 Subject: [PATCH] Added references to existing configs --- init.lua | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ab7fbaa..e8c5b3e 100644 --- a/init.lua +++ b/init.lua @@ -1,5 +1,12 @@ --- Based on https://github.com/nvim-lua/kickstart.nvim --- Inspiration from https://github.com/dam9000/kickstart-modular.nvim +-- Based on https://github.com/nvim-lua/kickstart.nvim (MIT) +-- Inspiration from https://github.com/dam9000/kickstart-modular.nvim (MIT) + +-- For reference: +-- https://github.com/LazyVim/LazyVim - Apache-2.0 +-- https://github.com/SpaceVim/SpaceVim - GPL-3.0 +-- https://github.com/NvChad/NvChad - GPL-3.0 +-- https://github.com/AstroNvim/AstroNvim GPL-3.0 +-- https://github.com/LunarVim/LunarVim - GPL-3.0 -- Set as the leader key -- See `:help mapleader`