From 98534b5302736b0a0812e5e489a85b814a6bd128 Mon Sep 17 00:00:00 2001 From: stask Date: Mon, 24 Feb 2025 11:44:41 +0200 Subject: [PATCH] note to re-enable "zipPlugin" in lazy.nvim configuration --- docs/extras/lang/clojure.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extras/lang/clojure.md b/docs/extras/lang/clojure.md index f70bbc9fb6..7ae5f206ee 100644 --- a/docs/extras/lang/clojure.md +++ b/docs/extras/lang/clojure.md @@ -14,6 +14,12 @@ You don't need to copy the default settings to your config. They are only shown here for reference. ::: +:::info +You will need to re-enable `zipPlugin` in your `lua/config/lazy.lua` +to allow "jump to definition" in jar dependencies, +otherwise you will get "Cursor position outside buffer" errors. +::: + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';