Yahoo India Web Search

Search results

  1. What Is Telescope? telescope.nvim is a highly extendable fuzzy finder over lists. Built on the latest awesome features from neovim core. Telescope is centered around modularity, allowing for easy customization. Community driven builtin pickers, sorters and previewers.

  2. telescope-frecency.nvim Public A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.

  3. Feb 7, 2023 · Telescope is a highly extendable fuzzy finder over lists. Built on the latest awesome features from Neovim core. Telescope is centered around modularity, allowing for easy customization....

  4. Jun 28, 2023 · Telescope is a highly versatile fuzzy finder over lists. It is a feature-rich Neovim plugin that takes searching in Neovim to another level. With Telescope, you can easily search through files, buffers, project directories, and even through the Language Server Protocol (LSP).

  5. May 23, 2024 · telescope v0.1.4. Small release but two really important fixes. One fixes a bug that was exposed in the latest nvim release 0.9.4 and another bug fix finally fixes folds for files opened by telescope. Thanks to @folke for finding a workaround for this long standing issue.

  6. Oct 3, 2022 · In this post, we will learn how to replicate the search functionality that some GUI editors provide to filter text only inside certain folders. VS Code example.

  7. Configuration Recipes - nvim-telescope/telescope.nvim GitHub Wiki. A place for the community to share configurations and custom pickers that dont fit into core or an extension. Table Of Contents. Mappings. Mapping <Esc> to quit in insert mode. Mapping <C-u> to clear prompt. Mapping <C-d> to delete buffer.

  8. telescope.nvim is a highly extendable fuzzy finder over lists. Built on the latest awesome features from neovim core. Telescope is centered around modularity, allowing for easy customization. Community driven built-in pickers, sorters and previewers.

  9. Nov 14, 2022 · telescope.nvim is a highly extendable fuzzy finder over lists. Built on the latest awesome features from neovim core. Telescope is centered around modularity, allowing for easy customization.

  10. Apr 15, 2023 · In this tutorial, I will introduce you to a popular plugin for nvim called telescope 1 2. It has a variety of features, but I will focus on file search and live grep. I will provide a brief gist to help you better understand how they work and how to use them effectively.