We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
1 parent 6b46163 commit 9adf2dcCopy full SHA for 9adf2dc
README.md
@@ -116,11 +116,12 @@ Add this in your `init.lua` or `plugins.lua`
116
117
```lua
118
-- Install without configuration
119
-{ 'projekt0n/github-nvim-theme' }
+{ 'projekt0n/github-nvim-theme', name = 'github-theme' }
120
121
-- Or with configuration
122
{
123
'projekt0n/github-nvim-theme',
124
+ name = 'github-theme',
125
lazy = false, -- make sure we load this during startup if it is your main colorscheme
126
priority = 1000, -- make sure to load this before all the other start plugins
127
config = function()
0 commit comments