Skip to content

Commit

Permalink
fix: fixing installing explanation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCiccarino committed Dec 25, 2024
1 parent ab2fe87 commit ac85c48
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac85c48

Please sign in to comment.