Skip to content

Commit

Permalink
clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed May 11, 2023
1 parent 79f6d7a commit f827cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ return {
-- Optional, set to true to force ':ObsidianOpen' to bring the app to the foreground.
open_app_foreground = false,

-- Optional, by default commands like `:ObsidianSearch` will attempt -
-- in that order - telescope.nvim, fzf-lua, and fzf.nvim, and use the
-- Optional, by default commands like `:ObsidianSearch` will attempt to use
-- telescope.nvim, fzf-lua, and fzf.nvim (in that order), and use the
-- first one they find. By setting this option to your preferred
-- finder, you can attempt it first. Note that if the specified finder
-- finder you can attempt it first. Note that if the specified finder
-- is not installed, or if it the command does not support it, the
-- remaining finders will be attempted in the original order.
finder = "fzf-lua",
finder = "telescope.nvim",
},
config = function(_, opts)
require("obsidian").setup(opts)
Expand Down

0 comments on commit f827cd8

Please sign in to comment.