format with stylua
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
return
|
||||
{
|
||||
return {
|
||||
'projekt0n/github-nvim-theme',
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
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()
|
||||
require('github-theme').setup({
|
||||
@ -32,7 +31,7 @@ return
|
||||
'treesitter',
|
||||
'treesitter_context',
|
||||
'whichkey',
|
||||
}
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user