From df1c6af5e1df601232a2c0fc7198ea1342e95f29 Mon Sep 17 00:00:00 2001 From: BrunoCiccarino Date: Fri, 24 Jan 2025 22:51:07 -0300 Subject: [PATCH] fix link of readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78477c6..ab0934c 100755 --- a/README.md +++ b/README.md @@ -362,7 +362,7 @@ Install the theme with your preferred package manager, such as ```lua { - "BrunoCiccarino/nekonight", + "neko-night/nvim", lazy = false, priority = 1000, opts = {}, @@ -375,7 +375,7 @@ return require('packer').startup(function(use) -- Other packages can be listed here... -- NekoNight Theme - use 'BrunoCiccarino/nekonight' + use 'neko-night/nvim' end) ```