Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rgroli/other.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
rgroli committed Feb 5, 2024
2 parents 649d843 + dd52407 commit d36a66a
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 @@ -200,7 +200,7 @@ local defaults = {
return true
end,

-- This hook is called whenever the plugin tries to find other files.
-- This hook is called whenever the plugin tries to find other files.
-- It returns the matches found by the plugin. It can be used to filter or reorder the files or use the matches with another plugin.
--
-- @param matches (table) lua table with each entry containing: (filename (string), context (string), exists (boolean))
Expand Down

0 comments on commit d36a66a

Please sign in to comment.