Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 21, 2023
1 parent a4ad7de commit bf33951
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/solarized.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ DEFAULT CONFIG *solarized.nvim-default-config*
},
highlights = {},
colors = {},
theme = 'default', -- or 'neosolarized' or 'neo' for short
theme = 'default', -- or 'neo'
extras = {
highlight_token = false,
},
})

vim.cmd.colorscheme = 'solarized'
Expand Down

0 comments on commit bf33951

Please sign in to comment.