nvim: Added harpoon

This commit is contained in:
2023-01-09 04:04:09 +02:00
parent 4cf956aa17
commit 9f1ba5034f
3 changed files with 13 additions and 2 deletions

View File

@@ -86,3 +86,4 @@ function menu_item() {
LINE=$(printf '%-15s %-30s\n' "$1" "$2")
echo -e "$(__log_indent)$(__log_marker) $LINE"
}