Skip to content

Commit

Permalink
Add find_linkable search in defenitions (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashelkin committed Oct 26, 2023
1 parent 1310d4a commit c3d25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/neorg/find_linkable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ return function(opts)
end

require("telescope.builtin").grep_string({
search = "^\\s*(\\*+|\\|{1,2})\\s+",
search = "^\\s*(\\*+|\\|{1,2}|\\${1,2})\\s+",
use_regex = true,
search_dirs = { current_workspace },
prompt_title = "Find in Norg files",
Expand Down

0 comments on commit c3d25cc

Please sign in to comment.