Skip to content

Commit 0e4636f

Browse files
authored
Merge pull request #365 from S1M0N38/main
docs(README): specify `name` field in lazy.nvim installation
2 parents 6b46163 + 9adf2dc commit 0e4636f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,12 @@ Add this in your `init.lua` or `plugins.lua`
116116

117117
```lua
118118
-- Install without configuration
119-
{ 'projekt0n/github-nvim-theme' }
119+
{ 'projekt0n/github-nvim-theme', name = 'github-theme' }
120120

121121
-- Or with configuration
122122
{
123123
'projekt0n/github-nvim-theme',
124+
name = 'github-theme',
124125
lazy = false, -- make sure we load this during startup if it is your main colorscheme
125126
priority = 1000, -- make sure to load this before all the other start plugins
126127
config = function()

0 commit comments

Comments
 (0)