diff --git a/docs/plugins.org b/docs/plugins.org index 5f00c2a4b..3489a4a01 100644 --- a/docs/plugins.org +++ b/docs/plugins.org @@ -12,7 +12,7 @@ Orgmode supports various plugins to extend its functionality or make it more pre - [[#completion-plugins][Completion plugins]] - [[#blinkcmp][blink.cmp]] - [[#nvim-cmp][nvim-cmp]] - - [[#rolodexnvim][rolodex.nvim]] + - [[#rldxnvim][RLDX.nvim]] - [[#aesthetics][Aestehtics]] - [[#org-bulletsnvim][org-bullets.nvim]] - [[#headlinesnvim][headlines.nvim]] @@ -87,12 +87,12 @@ require('cmp').setup({ }) #+END_SRC -*** rolodex.nvim +*** RLDX.nvim :PROPERTIES: -:CUSTOM_ID: rolodexnvim +:CUSTOM_ID: rldxnvim :END: -Link: [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] -1. Add [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] plugin to Neovim. +Link: [[https://github.com/michhernand/RLDX.nvim][RLDX.nvim]] +1. Add [[https://github.com/michhernand/RLDX.nvim][RLDX.nvim]] plugin to Neovim. 2. Add the =cmp_rolodex= source to =nvim-cmp= ~sources~ list. #+BEGIN_SRC lua require('cmp').setup({