Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
chore(doc): readme captions (#4)
Browse files Browse the repository at this point in the history
* added captions to the images and video

---------

Co-authored-by: abeldekat <abel@nomail.com>
  • Loading branch information
abeldekat and abeldekat authored Mar 20, 2024
1 parent b534dcf commit e0dee3e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@ Create up-to-date [harpoon2] information to be used in a status-line

<https://github.com/abeldekat/harpoonline/assets/58370433/ec56eeb2-3cbf-46fe-bc9d-633f6aa8bb9b>

<details>
<summary>Heirline in AstroNvim v4</summary>
*Demo of the features. Using lualine and mini.statusline.*

![1710845846](https://github.com/abeldekat/harpoonline/assets/58370433/9a6ac3fa-2f64-40f1-a3bf-1e5702b49ccc)
</details>
*Heirline in AstroNvim v4*

<details>
<summary>Custom statusline in NvChad v2.5</summary>
![1710925071](https://github.com/abeldekat/harpoonline/assets/58370433/4b911ed1-428d-4a64-ba9d-f67ba6438ce7)
</details>
*Custom statusline in NvChad v2.5*

## Features

Expand Down Expand Up @@ -327,7 +325,7 @@ require("heirline").setup({ statusline = { HarpoonComponent }})

```lua
---@type ChadrcConfig
local M = {}
local M = {} -- nvchad starter: lua.chadrc.lua

-- Add to config.plugins:
-- {
Expand All @@ -348,7 +346,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" },
Expand Down

0 comments on commit e0dee3e

Please sign in to comment.