From d69ded1cd37d8e1f94100736f0b2edbe32a81ba5 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 1 Sep 2024 20:00:28 -0400 Subject: [PATCH] update comment/readme wording --- README.md | 2 +- init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7fcd3e..92128a4 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Just my personal Neovim configuration. Probably nothing of interest to anyone else. -Based off of [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim). +Originally based on [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim). diff --git a/init.lua b/init.lua index 0f89cac..6e0cd6c 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ --[[ - Configuration based on: https://github.com/nvim-lua/kickstart.nvim + Originally based on: https://github.com/nvim-lua/kickstart.nvim With modularization ideas borrowed from: https://github.com/dam9000/kickstart-modular.nvim Useful documentation / help: