From ac8edfb0db52efe65e01f73ef44133a86571ba02 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Fri, 17 Apr 2026 23:34:22 +0200 Subject: More based fixes --- fnl/plugins/telescope.fnl | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) (limited to 'fnl/plugins/telescope.fnl') diff --git a/fnl/plugins/telescope.fnl b/fnl/plugins/telescope.fnl index 3932d84..dedaaea 100644 --- a/fnl/plugins/telescope.fnl +++ b/fnl/plugins/telescope.fnl @@ -1,30 +1,9 @@ ;; Telescope a highly extendable fuzzy finder over lists. (local dependencies - [{1 :ahmedkhalf/project.nvim - :event :VeryLazy - :opts {:active true - :on_config_done nil - :manual_mode false - :detection_methods [:patterns] - :patterns [:git - :_darcs - :.hg - :.bzr - :.svn - :Makefile - :package.json] - :show_hidden false - :silent_chdir true - :ignore_lsp {} - :datapath (vim.fn.stdpath :data)} - :config (λ [_ opts] - (let [project (require :project_nvim)] - (project.setup opts)))} - :nvim-lua/plenary.nvim - {1 :nvim-orgmode/telescope-orgmode.nvim}]) + [:nvim-lua/plenary.nvim {1 :nvim-orgmode/telescope-orgmode.nvim}]) -(local extensions [:orgmode :projects :git_worktree :harpoon]) +(local extensions [:orgmode :git_worktree :harpoon]) (λ load-extensions [telescope] (each [_ extension (ipairs extensions)] @@ -42,15 +21,9 @@ {1 :fR 2 "Telescope registers theme=dropdown" :desc :Registers} - {1 :fS - 2 "Telescope grep_string theme=dropdown" - :desc "Find String"} {1 :gb 2 "Telescope git_branches theme=dropdown" :desc "Checkout Branch"} - {1 :ff - 2 "Telescope find_files theme=dropdown" - :desc "Find files"} {1 :fh 2 "Telescope help_tags theme=dropdown" :desc :Help} @@ -60,15 +33,6 @@ {1 :fl 2 "Telescope resume theme=dropdown" :desc "Last Search"} - {1 :fp - 2 "Telescope projects theme=dropdown" - :desc "Find Project"} - {1 :fr - 2 "Telescope oldfiles theme=dropdown previewer=false" - :desc "Recent File"} - {1 :ft - 2 "Telescope live_grep theme=dropdown" - :desc "Find Text"} {1 :gc 2 "Telescope git_commits theme=dropdown" :desc "Checkout Commit"}]) -- cgit v1.2.3-70-g09d2