From 956b2fbe8b2fe68ca2398d6acb2d557b2c195ba3 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 9 Feb 2024 17:51:36 +0100 Subject: [PATCH] chore: comment out buggy plugin --- nvim/lua/plugins/telescope-frecency.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/telescope-frecency.lua b/nvim/lua/plugins/telescope-frecency.lua index 8ab0edb..9ad6f67 100644 --- a/nvim/lua/plugins/telescope-frecency.lua +++ b/nvim/lua/plugins/telescope-frecency.lua @@ -21,7 +21,7 @@ return { }, }, config = function() - require("telescope").load_extension("frecency") + -- require("telescope").load_extension("frecency") // FIXME: Bug with the database end, }, }