Skip to content

Commit

Permalink
docs: use opts for lazy.nvim sample snippet (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
skttlock authored May 18, 2024
1 parent e328dc4 commit 15cb476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ auto_dark_mode.setup({
```lua
return {
"f-person/auto-dark-mode.nvim",
config = {
opts = {
update_interval = 1000,
set_dark_mode = function()
vim.api.nvim_set_option("background", "dark")
Expand Down

0 comments on commit 15cb476

Please sign in to comment.