File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Orgmode supports various plugins to extend its functionality or make it more pre
12
12
- [[#completion-plugins][Completion plugins]]
13
13
- [[#blinkcmp][blink.cmp]]
14
14
- [[#nvim-cmp][nvim-cmp]]
15
- - [[#rolodexnvim][rolodex .nvim]]
15
+ - [[#rldxnvim][RLDX .nvim]]
16
16
- [[#aesthetics][Aestehtics]]
17
17
- [[#org-bulletsnvim][org-bullets.nvim]]
18
18
- [[#headlinesnvim][headlines.nvim]]
@@ -87,12 +87,12 @@ require('cmp').setup({
87
87
})
88
88
#+END_SRC
89
89
90
- *** rolodex .nvim
90
+ *** RLDX .nvim
91
91
:PROPERTIES:
92
- :CUSTOM_ID: rolodexnvim
92
+ :CUSTOM_ID: rldxnvim
93
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.
94
+ Link: [[https://github.com/michhernand/RLDX .nvim][RLDX .nvim]]
95
+ 1. Add [[https://github.com/michhernand/RLDX .nvim][RLDX .nvim]] plugin to Neovim.
96
96
2. Add the =cmp_rolodex= source to =nvim-cmp= ~sources~ list.
97
97
#+BEGIN_SRC lua
98
98
require('cmp').setup({
You can’t perform that action at this time.
0 commit comments