Skip to content

Commit 70ec53a

Browse files
committed
Update README.md
1 parent d486417 commit 70ec53a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,12 @@
88
[![Dotfyle](https://dotfyle.com/plugins/dimtion/guttermarks.nvim/shield?style=for-the-badge)](https://dotfyle.com/plugins/dimtion/guttermarks.nvim)
99
</div>
1010

11-
1211
A Neovim plugin that displays
1312
[marks](https://neovim.io/doc/user/motion.html#_7.-marks) in the buffer gutter
1413
as signs. Keep track of your marks visually with customizable appearance and
1514
behavior.
1615

1716
![](.github/img/screenshot_01.png)
18-
19-
20-
2117
## Features
2218

2319
- Display local marks (a-z) in the gutter
@@ -40,12 +36,7 @@ that doesn't get in the way, and does not change nvim default behavior.
4036
```lua
4137
{
4238
"dimtion/guttermarks.nvim",
43-
44-
4539
event = { "BufReadPost", "BufNewFile", "BufWritePre" },
46-
47-
48-
4940
}
5041
```
5142

0 commit comments

Comments
 (0)