From df75a6a94910ae47854341d6b5a6fd483192c0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Forsth=C3=B6vel?= Date: Sun, 28 Apr 2024 20:40:21 +0200 Subject: [PATCH] chore: update repo URL for neogit (#436) The repo URL for neogit has changed from https://github.com/TimUntersberger/neogit to https://github.com/NeogitOrg/neogit. This PR updates the repo URL. --- lua/nightfox/group/modules/neogit.lua | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/nightfox/group/modules/neogit.lua b/lua/nightfox/group/modules/neogit.lua index 039fcc05..8a469403 100644 --- a/lua/nightfox/group/modules/neogit.lua +++ b/lua/nightfox/group/modules/neogit.lua @@ -1,4 +1,4 @@ --- https://github.com/TimUntersberger/neogit +-- https://github.com/NeogitOrg/neogit local M = {} diff --git a/readme.md b/readme.md index 2f62201a..2641fcb3 100644 --- a/readme.md +++ b/readme.md @@ -533,7 +533,7 @@ There are a few things to note: - [mini.nvim](https://github.com/echasnovski/mini.nvim) - [modes.nvim](https://github.com/mvllow/modes.nvim) - [nvim-navic](https://github.com/SmiteshP/nvim-navic) -- [neogit](https://github.com/TimUntersberger/neogit) +- [neogit](https://github.com/NeogitOrg/neogit) - [neotest](https://github.com/nvim-neotest/neotest) - [neo-tree](https://github.com/nvim-neo-tree/neo-tree.nvim) - [nvim-notify](https://github.com/rcarriga/nvim-notify) @@ -635,7 +635,7 @@ There are [extra](./extra) configuration files for the following: - [oxocarbon.nvim](https://github.com/shaunsingh/oxocarbon.nvim) (carbonfox) - [coolers](https://coolers.co) (useful color information and palette tool) - [colorhexa](https://www.colorhexa.com/) (detailed color information) -- [neogit](https://github.com/TimUntersberger/neogit/blob/b688a2c/lua/neogit/lib/color.lua) (base for color lib) +- [neogit](https://github.com/NeogitOrg/neogit/blob/b688a2c/lua/neogit/lib/color.lua) (base for color lib) - [daltonlens](https://daltonlens.org/) (understanding cvd simulations and research. Thanks [@nburrus](https://github.com/nburrus)!) ## References