Skip to content

Commit 6a0a24b

Browse files
author
nvim-orgmode
committedFeb 8, 2025
1 parent 8f496af commit 6a0a24b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎docs/plugins.org

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +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]]
15+
- [[#rldxnvim][RLDX.nvim]]
1616
- [[#aesthetics][Aestehtics]]
1717
- [[#org-bulletsnvim][org-bullets.nvim]]
1818
- [[#headlinesnvim][headlines.nvim]]
@@ -87,12 +87,12 @@ require('cmp').setup({
8787
})
8888
#+END_SRC
8989

90-
*** rolodex.nvim
90+
*** RLDX.nvim
9191
:PROPERTIES:
92-
:CUSTOM_ID: rolodexnvim
92+
:CUSTOM_ID: rldxnvim
9393
: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.
94+
Link: [[https://github.com/michhernand/RLDX.nvim][RLDX.nvim]]
95+
1. Add [[https://github.com/michhernand/RLDX.nvim][RLDX.nvim]] plugin to Neovim.
9696
2. Add the =cmp_rolodex= source to =nvim-cmp= ~sources~ list.
9797
#+BEGIN_SRC lua
9898
require('cmp').setup({

0 commit comments

Comments
 (0)