diff --git a/README.md b/README.md index 30c16a0..e9c9bdc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Collections of awesome [Neovim](https://neovim.io/) plugins. Mostly targeting Ne - [Terminal integration](#terminal-integration) - [Snippet](#snippet) - [Register](#register) + - [Marks](#marks) - [Fuzzy Finder](#fuzzy-finder) - [Note Taking](#note-taking) - [Color](#color) @@ -200,6 +201,10 @@ Neovim supports a wide variety of UI's. - [tversteeg/registers.nvim](https://github.com/tversteeg/registers.nvim) - Non-obtrusive minimal preview of vim registers. - [acksld/nvim-neoclip.lua](https://github.com/AckslD/nvim-neoclip.lua) - Clipboard manager neovim plugin with telescope integration. +### Marks + +- [chentau/marks.nvim](https://github.com/chentau/marks.nvim) - A better user experience for viewing and interacting with vim marks. + ### Fuzzy Finder - [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - Telescope.nvim is a highly [extendable](https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions) fuzzy finder over lists. Built on the latest awesome features from neovim core. Telescope is centered around modularity, allowing for easy customization.