mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
Add marks.nvim
This commit is contained in:
parent
2b09a20286
commit
6082e52753
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue