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