From 68ef13866d7d9b479530149f03d76e96865ceaf2 Mon Sep 17 00:00:00 2001 From: Ryan El Kochta Date: Thu, 27 Feb 2025 12:19:49 -0500 Subject: [PATCH] Add note about Gitea being the main repository home --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df1051a..c4fbb3b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ![My Neovim configuration, showing rust-analyzer integration](/screenshot.png?raw=true) +**Note:** the main home for this repository is on [Gitea](https://git.relkochta.com/relkochta/nvim-config). + This repository contains my configuration for [Neovim](https://neovim.io/). It's written in Lua and uses the [lazy.nvim](https://github.com/folke/lazy.nvim) plugin manager along with [lsp-zero.nvim](https://github.com/VonHeikemen/lsp-zero.nvim) for language server support.