Skip to content

Commit

Permalink
loading dropdown theme is handled internally now (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuloo authored Apr 3, 2024
1 parent 84cbd34 commit 704430b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,7 @@ Pomo.nvim ships with a telescope extension for managing timers. Here's an exampl
require("telescope").load_extension "pomodori"

vim.keymap.set("n", "<leader>pt", function()
require("telescope").extensions.pomodori.timers(
require("telescope.themes").get_dropdown()
)
require("telescope").extensions.pomodori.timers()
end, { desc = "Manage Pomodori Timers"})
```

Expand Down

0 comments on commit 704430b

Please sign in to comment.