Skip to content

Commit b467732

Browse files
authored
docs: better fields (#8)
1 parent 34adf9b commit b467732

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ✂️ cutlass.nvim
22

3-
[![Integration](https://github.com/gbprod/cutlass.nvim/actions/workflows/integration.yml/badge.svg)](https://github.com/gbprod/cutlass.nvim/actions/workflows/integration.yml)
3+
![Lua](https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua)
4+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/gbprod/cutlass.nvim/Integration?style=for-the-badge)
45

56
Cutlass overrides the delete operations to actually just delete and not affect the current yank.
67

@@ -10,7 +11,7 @@ It overrides the following keys to always use the black hole register: `c`, `cc`
1011

1112
Note that if you have already mapped these keys to something else (like we do below with `x`) then it will not change it again.
1213

13-
## Why would you want to do this?
14+
## 🤔 Why would you want to do this?
1415

1516
See [here](http://vimcasts.org/blog/2013/11/registers-the-good-the-bad-and-the-ugly-parts/).
1617
This plugin [already exists](https://github.com/svermeulen/vim-cutlass) in vimscript. I hope this version in lua will be more efficient :)

doc/cutlass.nvim.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Table of Contents *cutlass.nvim-table-of-contents*
55

66
1. ✂️ cutlass.nvim |cutlass.nvim-✂️-cutlass.nvim|
77
- ✨ Features |cutlass.nvim-✨-features|
8-
- Why would you want to do this?|cutlass.nvim--why-would-you-want-to-do-this?|
8+
- 🤔 Why would you want to do this?|cutlass.nvim-🤔-why-would-you-want-to-do-this?|
99
- ⚡️ Requirements |cutlass.nvim-⚡️-requirements|
1010
- 📦 Installation |cutlass.nvim-📦-installation|
1111
- ⚙️ Configuration |cutlass.nvim-⚙️-configuration|
@@ -16,9 +16,10 @@ Table of Contents *cutlass.nvim-table-of-contents*
1616
1. ✂️ cutlass.nvim *cutlass.nvim-✂️-cutlass.nvim*
1717

1818
<img
19-
src='https://github.com/gbprod/cutlass.nvim/actions/workflows/integration.yml/badge.svg'
19+
src='https://img.shields.io/badge/Made%20with%20Lua-blueviolet.svg?style=for-the-badge&logo=lua'
20+
title=''/> <img
21+
src='https://img.shields.io/github/workflow/status/gbprod/cutlass.nvim/Integration?style=for-the-badge'
2022
title=''/>
21-
<https://github.com/gbprod/cutlass.nvim/actions/workflows/integration.yml>
2223

2324
Cutlass overrides the delete operations to actually just delete and not affect
2425
the current yank.
@@ -31,7 +32,7 @@ It overrides the following keys to always use the black hole register: `c`,
3132
Note that if you have already mapped these keys to something else (like we do
3233
below with `x`) then it will not change it again.
3334

34-
WHY WOULD YOU WANT TO DO THIS?*cutlass.nvim--why-would-you-want-to-do-this?*
35+
🤔 WHY WOULD YOU WANT TO DO THIS?*cutlass.nvim-🤔-why-would-you-want-to-do-this?*
3536

3637
See here
3738
<http://vimcasts.org/blog/2013/11/registers-the-good-the-bad-and-the-ugly-parts/>.

0 commit comments

Comments
 (0)