mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
Merge db4892d026
into 255fc0e45c
This commit is contained in:
commit
bb6bf9aa40
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ const config: Config = {
|
|||
],
|
||||
|
||||
themeConfig: {
|
||||
colorMode: {
|
||||
defaultMode: "light",
|
||||
disableSwitch: false,
|
||||
respectPrefersColorScheme: true,
|
||||
},
|
||||
// Replace with your project's social card
|
||||
image: "img/docusaurus-social-card.jpg",
|
||||
navbar: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue