Skip to content

Commit

Permalink
fix(at-cursor): bring file icon in line with search module
Browse files Browse the repository at this point in the history
  • Loading branch information
jghauser committed Aug 18, 2024
1 parent 0421ae2 commit 71a32b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/papis/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ local default_config = {
{
{ "author", "%s", "PapisPopupAuthor" },
{ "vspace", "vspace" },
{ "files", { " ", "F " }, "PapisResultsFiles" },
{ "files", { "󰈙 ", "F " }, "PapisResultsFiles" },
{ "notes", { "󰆈 ", "N " }, "PapisResultsNotes" },
},
{ "year", "%s", "PapisPopupYear" },
Expand Down

0 comments on commit 71a32b1

Please sign in to comment.