Added command to open diffview

This commit is contained in:
Harrison Cramer
2023-04-25 21:54:29 -04:00
parent 55d7bf2d21
commit 44323b9a11
5 changed files with 47 additions and 0 deletions

View File

@@ -191,6 +191,7 @@ M.build_note = function(note)
end
local noteHeader = "@" ..
note.author.username .. " on " .. u.format_date(note.created_at)
local note_node = NuiTree.Node(
{
text = noteHeader,