Skip to content

Commit

Permalink
Merge pull request #365 from S1M0N38/main
Browse files Browse the repository at this point in the history
docs(README): specify `name` field in lazy.nvim installation
  • Loading branch information
ful1e5 authored Sep 24, 2024
2 parents 6b46163 + 9adf2dc commit 0e4636f
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 0e4636f

Please sign in to comment.