From 16942d81780d4edc77f8309d4a8c1f97f1490144 Mon Sep 17 00:00:00 2001 From: Alex Rod Date: Fri, 24 Apr 2026 15:38:31 +0200 Subject: [PATCH] Update README.md update README to show correct installation with lazy.nvim --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cce1c07..1040571 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ Plug '3fonov/nvim-dbt-plugin' Using lazy: ``` { - "3fonov/dbt-nvim" + "3fonov/dbt-nvim", + dependencies = { "nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim" }, + config = true, } ``` ### Usage