Skip to content

Commit

Permalink
docs(nvim): update configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Aug 26, 2023
1 parent 7eb1ccc commit a14f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/nvim_context_vt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To customize the behavior use the setup function:
return nil
end
-- This is the standard text
return '--> ' .. utils.get_node_text(node)[1]
return opts.prefix .. ' ' .. utils.get_node_text(node)[1]
end,
-- Custom node validator callback
Expand Down

0 comments on commit a14f929

Please sign in to comment.