From 4f410348ffd2e9ea1fd9eda9bf4cba50b9d00df5 Mon Sep 17 00:00:00 2001 From: Senghan Bright Date: Sun, 17 Jan 2021 22:06:28 +0100 Subject: [PATCH] update repo location in install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a83f6a..d4b646d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This plugin uses `sql.nvim` to perform the database transactions. ```lua use { - "sunjon/telescope-frecency", + "nvim-telescope/telescope-frecency.nvim", config = function() require"telescope".load_extension("frecency") end