Skip to content

Commit 71a32b1

Browse files
author
jghauser
committed
fix(at-cursor): bring file icon in line with search module
1 parent 0421ae2 commit 71a32b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/papis/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ local default_config = {
104104
{
105105
{ "author", "%s", "PapisPopupAuthor" },
106106
{ "vspace", "vspace" },
107-
{ "files", { " ", "F " }, "PapisResultsFiles" },
107+
{ "files", { "󰈙 ", "F " }, "PapisResultsFiles" },
108108
{ "notes", { "󰆈 ", "N " }, "PapisResultsNotes" },
109109
},
110110
{ "year", "%s", "PapisPopupYear" },

0 commit comments

Comments
 (0)