configs VS telescope.nvim

Compare configs vs telescope.nvim and see what are their differences.

telescope.nvim

Find, Filter, Preview, Pick. All lua, all the time. (by nvim-telescope)
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
configs telescope.nvim
4 322
11 14,191
- 4.4%
5.4 9.1
11 months ago 3 days ago
Shell Lua
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

configs

Posts with mentions or reviews of configs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-27.
  • Fuzzy search
    5 projects | /r/vim | 27 Jan 2023
  • Tmix + Nvim , what am i missing out on?
    2 projects | /r/neovim | 18 Nov 2022
    I use Alacritty, so it has no support for multiple "tabs". Didn't appreciate Tmux also before, but eventually I realized that it's very useful in some of my workflows. Its main advantage for me is the scripting/automation: - I could open multiple tabs in various directories/projects with nvim automatically opened also in some of them: - https://github.com/ranelpadon/configs/blob/master/tmux/tmuxrc.sh - I'm in-charge usually of deploying our remote envs, so I need to open multiple tabs, do some git stuff, open the browser tab for each env, etc: - https://github.com/ranelpadon/configs/blob/master/tmux/tmuxrc_k8s_prod.sh - You could issue the same command to all tabs like reloading zsh/bash after updating .zshrc/.bashrc or pushing the same git commit message instead of going to each tab and doing the same command, for example: bash SESSION_NAME=$(tmux display-message -p '#S') COMMAND='exec zsh' tmux list-windows -t $SESSION_NAME|cut -d: -f1|xargs -I{} tmux send-keys -t $SESSION_NAME:{} $COMMAND Enter
  • How (and Why) You Should Split Your .bashrc or .zshrc Files
    2 projects | dev.to | 19 Dec 2021
    I had a lenghty .vimrc/init.vim settings before, so I split it to be more modular, and so that the main loader could auto-detect/load even the new files. Making my settings more scalable:

telescope.nvim

Posts with mentions or reviews of telescope.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-16.

What are some alternatives?

When comparing configs and telescope.nvim you can also consider the following projects:

vim-agriculture - 🚜 Vim plugin to improve project searching with tools like ag and rg

fzf.vim - fzf :heart: vim

kitty-meow - A kitty terminal extension for working with projects. It allows you to easily switch between projects, and load them either from local directories or github.

fzf-lua - Improved fzf.vim written in lua

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal

telescope-fzf-native.nvim - FZF sorter for telescope written in c

Visual Studio Code - Visual Studio Code

nvim-tree.lua - A file explorer tree for neovim written in lua

fd - A simple, fast and user-friendly alternative to 'find'

harpoon

vim-clap - :clap: Modern performant fuzzy picker, tree-sitter highlighting, and more, for both Vim and NeoVim

nvim-treesitter - Nvim Treesitter configurations and abstraction layer