Skip to content

Commit 5b7716f

Browse files
committed
docs: standardize section title formatting
1 parent 2b3fa2f commit 5b7716f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The code action protocol is nearly fully implemented in this plugin, so you can
1515
> [!WARNING]
1616
> I have not tested on all LSP, so do not hesitate to open an issue if it doesn't work for you.
1717
18-
## 🖼️ Preview
18+
## Preview
1919

2020
### Delta
2121

@@ -34,7 +34,7 @@ The code action protocol is nearly fully implemented in this plugin, so you can
3434
![tiny_code_action_buffer](https://github.com/user-attachments/assets/2ae62822-90c5-4314-b334-905b08e1cd43)
3535

3636

37-
## 📥 Installation
37+
## Installation
3838

3939
> [!NOTE]
4040
> This plugins comes with NerdFonts icons by default.
@@ -73,7 +73,7 @@ vim.keymap.set({ "n", "x" }, "<leader>ca", function()
7373
end, { noremap = true, silent = true })
7474
```
7575

76-
## ⚙️ Options
76+
## Options
7777

7878
> [!NOTE]
7979
> To use the delta backend you must install delta ![dandavison/delta](https://github.com/dandavison/delta)
@@ -332,7 +332,7 @@ You can use all filtering mechanisms together; they are applied in the following
332332

333333
Only code actions that pass all enabled filters will be shown.
334334

335-
## FAQ:
335+
## FAQ:
336336

337337
- How to look like the preview?
338338
- You can find my `delta` configuration here: ![rachartier/dotfiles/delta](https://github.com/rachartier/dotfiles/tree/main/.config/delta)

0 commit comments

Comments
 (0)