From 518316c0152d1123f1cfa0546ad97499cfc5ebd8 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 7 Feb 2025 00:30:06 -0600 Subject: [PATCH 1/5] added rolodex.nvim --- docs/plugins.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/plugins.org b/docs/plugins.org index fea418405..cdcab8fc2 100644 --- a/docs/plugins.org +++ b/docs/plugins.org @@ -12,6 +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]] + - [[#rolodex.nvim][rolodex.nvim]] - [[#aesthetics][Aestehtics]] - [[#org-bulletsnvim][org-bullets.nvim]] - [[#headlinesnvim][headlines.nvim]] @@ -86,6 +87,21 @@ require('cmp').setup({ }) #+END_SRC +*** rolodex.nvim +:PROPERTIES: +:CUSTOM_ID: rolodex.nvim +:END: +Link: [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] +1. Add [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] plugin to Neovim. +2. Add the =cmp_rolodex= source to =nvim-cmp= ~sources~ list. +#+BEGIN_SRC lua +require('cmp').setup({ + sources = { + { name = 'cmp_rolodex' } + } +}) +#+END_SRC + ** Aestehtics :PROPERTIES: :CUSTOM_ID: aesthetics From 7d397137151f94437ecbe363cfb58372c010375b Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 7 Feb 2025 00:31:09 -0600 Subject: [PATCH 2/5] updated property tag --- docs/plugins.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins.org b/docs/plugins.org index cdcab8fc2..ca0416a80 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]] - - [[#rolodex.nvim][rolodex.nvim]] + - [[#rolodex-nvim][rolodex.nvim]] - [[#aesthetics][Aestehtics]] - [[#org-bulletsnvim][org-bullets.nvim]] - [[#headlinesnvim][headlines.nvim]] @@ -89,7 +89,7 @@ require('cmp').setup({ *** rolodex.nvim :PROPERTIES: -:CUSTOM_ID: rolodex.nvim +:CUSTOM_ID: rolodex-nvim :END: Link: [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] 1. Add [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] plugin to Neovim. From e6b6f01f6ca96e8e967d1b1e469b31d4179fb4f4 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 7 Feb 2025 00:32:26 -0600 Subject: [PATCH 3/5] changing title to see if that fixes linking issue --- docs/plugins.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.org b/docs/plugins.org index ca0416a80..bd6ea8392 100644 --- a/docs/plugins.org +++ b/docs/plugins.org @@ -87,7 +87,7 @@ require('cmp').setup({ }) #+END_SRC -*** rolodex.nvim +*** rolodex-nvim :PROPERTIES: :CUSTOM_ID: rolodex-nvim :END: From af9fe2e3d5ce75ff7fbcb9825fa616d685d79777 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 7 Feb 2025 00:33:27 -0600 Subject: [PATCH 4/5] found that punc is omitted from link --- docs/plugins.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.org b/docs/plugins.org index bd6ea8392..ca0416a80 100644 --- a/docs/plugins.org +++ b/docs/plugins.org @@ -87,7 +87,7 @@ require('cmp').setup({ }) #+END_SRC -*** rolodex-nvim +*** rolodex.nvim :PROPERTIES: :CUSTOM_ID: rolodex-nvim :END: From 6c9155d355e7b16fccb2eb4317bb9878f5df564c Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 7 Feb 2025 00:34:43 -0600 Subject: [PATCH 5/5] fixiing mismatched id --- docs/plugins.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins.org b/docs/plugins.org index ca0416a80..5f00c2a4b 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]] - - [[#rolodex-nvim][rolodex.nvim]] + - [[#rolodexnvim][rolodex.nvim]] - [[#aesthetics][Aestehtics]] - [[#org-bulletsnvim][org-bullets.nvim]] - [[#headlinesnvim][headlines.nvim]] @@ -89,7 +89,7 @@ require('cmp').setup({ *** rolodex.nvim :PROPERTIES: -:CUSTOM_ID: rolodex-nvim +:CUSTOM_ID: rolodexnvim :END: Link: [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] 1. Add [[https://github.com/michhernand/rolodex.nvim][rolodex.nvim]] plugin to Neovim.