From 0da387b1b9418d446832b98d408367d65b3937c9 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 9 Nov 2025 01:53:10 -0500 Subject: [PATCH] feat: Updates README and LICENSE in nvim, in prep to make a submodule. --- env/.config/nvim/LICENSE | 2 +- env/.config/nvim/README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/env/.config/nvim/LICENSE b/env/.config/nvim/LICENSE index 261eeb9..60efd3f 100644 --- a/env/.config/nvim/LICENSE +++ b/env/.config/nvim/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright [2025] [Michael Housh] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/env/.config/nvim/README.md b/env/.config/nvim/README.md index 185280b..83d6f14 100644 --- a/env/.config/nvim/README.md +++ b/env/.config/nvim/README.md @@ -1,4 +1,5 @@ -# 💤 LazyVim +# mhoush.nvim + +My personal configuration for neovim. Requires neovim >= 0.12 + -A starter template for [LazyVim](https://github.com/LazyVim/LazyVim). -Refer to the [documentation](https://lazyvim.github.io/installation) to get started.