From 9f295525376d971555483bd64f974defc40117e1 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 28 Jul 2023 16:09:28 +0300 Subject: [PATCH] docs: add breadcrumbs to the release notes --- docs/release-notes/rl-0.5.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/rl-0.5.adoc b/docs/release-notes/rl-0.5.adoc index cde1d4b..3da3c73 100644 --- a/docs/release-notes/rl-0.5.adoc +++ b/docs/release-notes/rl-0.5.adoc @@ -12,7 +12,7 @@ https://github.com/horriblename[horriblename]: * Fixed a bug where cmp's close and scrollDocs mappings wasn't working. -* Streamlined and simplified extra plugin API with the addition of <>. +* Streamlined and simplified extra plugin API with the addition of <> https://github.com/amanse[amanse]: @@ -23,3 +23,7 @@ https://github.com/notashelf[notashelf]: * Added GitHub Copilot to completion sources. * Added <> for global and individual plugin border configuration. + +* LSP integrated breadcrumbs with <> through nvim-navic + +* LSP navigation helper with nvim-navbuddy, depends on nvim-navic (automatically enabled)