Transitioning from fzf.vim to Telescope

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lazy.nvim

    💤 A modern plugin manager for Neovim

  • local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath) require("lazy").setup({ "nvim-telescope/telescope.nvim" })

  • pear-tree

    A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more

  • After some digging, it turned out the problem was caused by the plugin tmsvg/pear-tree. The solution outlined here worked for me.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • It’s been an hour and I have made no progress

    2 projects | /r/neovim | 9 Dec 2023
  • Packages only work when I install a new one

    1 project | /r/neovim | 21 Oct 2023
  • thethethe.nvim - neovim friendly autocorrect plugin

    4 projects | /r/neovim | 21 Oct 2023
  • Lazyflex.nvim: Makes it easier to test and troubleshoot a neovim configuration.

    4 projects | /r/neovim | 20 Oct 2023
  • Weird Theming Problem.

    1 project | /r/neovim | 1 Sep 2023