Skip to content

Commit ba7e04e

Browse files
michhernandmichael
and
michael
authored
feat/add plugin rolodex.nvim (#895)
* added rolodex.nvim * updated property tag * changing title to see if that fixes linking issue * found that punc is omitted from link * fixiing mismatched id --------- Co-authored-by: michael <mhernan88@gmail.com>
1 parent 500004f commit ba7e04e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/plugins.org

+16
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Orgmode supports various plugins to extend its functionality or make it more pre
1212
- [[#completion-plugins][Completion plugins]]
1313
- [[#blinkcmp][blink.cmp]]
1414
- [[#nvim-cmp][nvim-cmp]]
15+
- [[#rolodexnvim][rolodex.nvim]]
1516
- [[#aesthetics][Aestehtics]]
1617
- [[#org-bulletsnvim][org-bullets.nvim]]
1718
- [[#headlinesnvim][headlines.nvim]]
@@ -86,6 +87,21 @@ require('cmp').setup({
8687
})
8788
#+END_SRC
8889

90+
*** rolodex.nvim
91+
:PROPERTIES:
92+
:CUSTOM_ID: rolodexnvim
93+
:END:
94+
Link: [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]]
95+
1. Add [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] plugin to Neovim.
96+
2. Add the =cmp_rolodex= source to =nvim-cmp= ~sources~ list.
97+
#+BEGIN_SRC lua
98+
require('cmp').setup({
99+
sources = {
100+
{ name = 'cmp_rolodex' }
101+
}
102+
})
103+
#+END_SRC
104+
89105
** Aestehtics
90106
:PROPERTIES:
91107
:CUSTOM_ID: aesthetics

0 commit comments

Comments
 (0)