From a52d588c33b4746b95e16c52e85f8b1bf373b371 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 27 Dec 2022 01:37:03 +0100 Subject: Add telescope orgmode plugin --- fnl/config/telescope.fnl | 3 ++- fnl/config/which-key.fnl | 3 ++- fnl/plugins.fnl | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'fnl') diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index d421b0d..ef125bb 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -76,4 +76,5 @@ :override_file_sorter true :case_mode :smart_case}}}) (telescope.load_extension :fzf) - (telescope.load_extension :frecency))) + (telescope.load_extension :frecency) + (telescope.load_extension :orgmode))) diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index c2c0efc..3be9a7f 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -171,7 +171,8 @@ (def- gmappings {:a [:OrgAgendaPrompt "Open agenda prompt"] - :c [:OrgCapturePrompt "Open capture prompt"]}) + :c [:OrgCapturePrompt "Open capture prompt"] + :m ["Telescope orgmode search_headings theme=dropdown" "Search Headings"]}) (let [which-key (util.prequire :which-key)] (which-key.setup setup) diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index b39a58f..2d30b9f 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -79,7 +79,8 @@ :dependencies [:nvim-lua/popup.nvim :nvim-lua/plenary.nvim :nvim-telescope/telescope-fzf-native.nvim - :nvim-telescope/telescope-frecency.nvim] + :nvim-telescope/telescope-frecency.nvim + :joaomsa/telescope-orgmode.nvim] :config (fn [] (require :config.telescope))} {1 :tamago324/lir.nvim -- cgit v1.2.3-70-g09d2