Skip to content

Commit

Permalink
docs(README): specify name field in lazy.nvim installation
Browse files Browse the repository at this point in the history
  • Loading branch information
S1M0N38 authored Sep 23, 2024
1 parent 6b46163 commit 9adf2dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,12 @@ Add this in your `init.lua` or `plugins.lua`

```lua
-- Install without configuration
{ 'projekt0n/github-nvim-theme' }
{ 'projekt0n/github-nvim-theme', name = 'github-theme' }

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

0 comments on commit 9adf2dc

Please sign in to comment.