From 9caf5f7f282a5d1f459a61dc3f0d30f572be84bc Mon Sep 17 00:00:00 2001 From: Tom Corbin Date: Mon, 3 Aug 2026 14:37:39 +0100 Subject: [PATCH] docs: recommend pinning to tagged releases in install snippet --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8ea80a..1d5c2a1 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ With [lazy.nvim](https://github.com/folke/lazy.nvim): ```lua { "Tomoscorbin/databricks-notebook.nvim", + -- Track tagged releases; drop this line to follow the main branch. + version = "*", dependencies = { { "benlubas/molten-nvim",