From ac85c482d1d0408e0ca785873a8124c5aa8c1da3 Mon Sep 17 00:00:00 2001 From: BrunoCiccarino Date: Wed, 25 Dec 2024 01:34:32 -0300 Subject: [PATCH] fix: fixing installing explanation in readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 322f589..d1e87fe 100644 --- a/README.md +++ b/README.md @@ -298,13 +298,23 @@ Install the theme with your preferred package manager, such as ```lua { - "BrunoCiccarino/nekonight.nvim", + "BrunoCiccarino/nekonight", lazy = false, priority = 1000, opts = {}, } ``` +using [packer.nvim](https://github.com/wbthomason/packer.nvim) +```lua +return require('packer').startup(function(use) + -- Other packages can be listed here... + + -- NekoNight Theme + use 'BrunoCiccarino/nekonight' +end) +``` + ## 🚀 Usage ```lua