From 5801351cf49c4a154a994601e5054d201c821129 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 6 Mar 2025 19:27:26 +0300 Subject: feat: add `notify` extension to `telescope` --- lua/config/plugins/telescope.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/config/plugins/telescope.lua b/lua/config/plugins/telescope.lua index da99303..a256cbf 100644 --- a/lua/config/plugins/telescope.lua +++ b/lua/config/plugins/telescope.lua @@ -1,6 +1,7 @@ return { { "telescope.nvim", + cmd = "Telescope", keys = { { "", @@ -21,6 +22,7 @@ return { }, after = function(_) require("telescope").setup({}) + require("telescope").load_extension("notify") end, }, } -- cgit v1.2.3-70-g09d2