neovim-telescope for Debian -------------------------- Telescope is a fuzzy finder for Neovim. It lets you quickly search files, text, buffers, and more. Requirements: * Neovim (>= 0.11) built with LuaJIT Telescope is not supported on non-LuaJIT builds of Neovim. * neovim-plenary For full functionality, install: * ripgrep (rg) Enables live text search (:Telescope live_grep). Without it, this feature will not work. * fd (fd-find) Speeds up file searching (:Telescope find_files). Optional, but recommended. Optional extras: * telescope-fzf-native.nvim or telescope-fzy-native.nvim Improves sorting speed and matching quality. Notes: * Telescope operates on the current working directory. Commands such as find_files and live_grep search files relative to where Neovim is started. * If ripgrep is not installed, live_grep will not function. * If neither fd nor ripgrep is available, Telescope falls back to slower internal file scanning. -- Carl Keinath Fri, 03 Apr 2026 22:46:25 +0200