From 35e2652e5debbd923c625a8d5d7c845144385480 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sat, 21 Oct 2023 01:25:44 +0200 Subject: [PATCH] docs(changelog): setup hyperlink --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a486ba3a..f2387f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Make sure we only send LSP requests to the correct client. ### Breaking changes compared to `rust-tools.nvim` -- Removed the `setup` function and revamped the architecture +- [Removed the `setup` function](https://mrcjkb.dev/posts/2023-08-22-setup.html) and revamped the architecture to be less prone to type errors. This plugin is a filetype plugin and works out of the box. The default configuration should work for most people,