From d59cc24e9599b146917674934f3d9adb6afcb1c2 Mon Sep 17 00:00:00 2001 From: abeldekat Date: Wed, 20 Mar 2024 11:07:00 +0100 Subject: [PATCH] added captions to the images and video --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 64a6271..50791ba 100644 --- a/README.md +++ b/README.md @@ -28,16 +28,13 @@ Create up-to-date [harpoon2] information to be used in a status-line ## Demo +*Demo of the features. Using lualine and mini.statusline.* -
-Heirline in AstroNvim v4 ![1710845846](https://github.com/abeldekat/harpoonline/assets/58370433/9a6ac3fa-2f64-40f1-a3bf-1e5702b49ccc) -
+*Heirline in AstroNvim v4* -
-Custom statusline in NvChad v2.5 ![1710925071](https://github.com/abeldekat/harpoonline/assets/58370433/4b911ed1-428d-4a64-ba9d-f67ba6438ce7) -
+*Custom statusline in NvChad v2.5* ## Features @@ -327,7 +324,7 @@ require("heirline").setup({ statusline = { HarpoonComponent }}) ```lua ---@type ChadrcConfig -local M = {} +local M = {} -- nvchad starter: lua.chadrc.lua -- Add to config.plugins: -- { @@ -348,7 +345,7 @@ M.ui = { statusline = { theme = "vscode", separator_style = "default", - -- Copy local orders.vscode from nvchad.stl.utils in plugin nvchad/ui + -- Copy local "orders.vscode" from nvchad.stl.utils(plugin nvchad/ui) -- Add string "harpoon" before "file" order = { "mode", "harpoon", "file", "diagnostics", "git", "%=", "lsp_msg", "%=", "lsp", "cursor", "cwd" },