From affc34fef807779a65a07bbb133a2350e47f86fc Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sat, 18 May 2024 18:41:58 +0200 Subject: [PATCH] booksmarks: add unstaged hunk regarding plugin change (remove telescope extension) --- lua/nxvim/plugins/telescope.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/nxvim/plugins/telescope.lua b/lua/nxvim/plugins/telescope.lua index fc51e6c..eef22a1 100644 --- a/lua/nxvim/plugins/telescope.lua +++ b/lua/nxvim/plugins/telescope.lua @@ -276,7 +276,6 @@ end vim.schedule( function() load_extensions({ - "bookmarks", "recent_files", "frecency", "fzy_native",