Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Telescope.nvim Alternatives
Similar projects and alternatives to telescope.nvim
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
nvim-treesitter
Nvim Treesitter configurations and abstraction layer
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
vim-fugitive
fugitive.vim: A Git wrapper so awesome, it should be illegal
-
-
LunarVim
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
-
which-key.nvim
💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.
-
packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
-
lualine.nvim
A blazing fast and easy to configure neovim statusline plugin written in pure lua.
-
-
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
NvChad
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
-
-
toggleterm.nvim
A neovim lua plugin to help easily manage multiple terminal windows
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
telescope.nvim reviews and mentions
-
What are the plugins/settings to be able to view individual file or folder contents while scrolling through files or folders?
EDIT: I found what I was looking for https://github.com/nvim-telescope/telescope.nvim and https://github.com/nvim-telescope/telescope-file-browser.nvim
-
What are some plugins that you can't live without?
Fuzzy Finder: fzf.vim (for its speed) along with telescope.nvim (for its ecosystem)
-
telescope-sg: a new way to do structural search in neovim
This extension allows you to use the power of ast-grep to find code patterns in your editor, using the familiar and awesome interface of telescope.nvim.
-
Benchmarking some of my favourite neovim plugins over time
telescope.nvim
-
Why does vim.lsp.buf.definition open this window instead of taking me to the styles file (the same with tsserver and Volar)?
My solution is using telescope.nvim with lsp extension, and map the vim.lsp.buf.definition keybinding to telescope one https://github.com/nvim-telescope/telescope.nvim
-
Migrate Your Express Application to Fastify
{"level":"info","time":"2023-05-08T08:09:43.047Z","pid":920874,"host":"fedora","reqId":"req-1","req":{"method":"POST","url":"/shorten","hostname":"localhost:3000","remoteAddress":"127.0.0.1","remotePort":60582},"msg":"incoming request"} {"level":"debug","time":"2023-05-08T08:09:43.058Z","pid":920874,"host":"fedora","msg":"https://github.com/nvim-telescope/telescope.nvim#themes shortened to mB5Ke86"} {"level":"info","time":"2023-05-08T08:09:43.060Z","pid":920874,"host":"fedora","reqId":"req-1","res":{"statusCode":200},"responseTime":12.570792019367218,"msg":"request completed"}
- Two Weeks into Vim: A Transformation
-
Difference between Telescope `lsp_workspace_symbols` and `lsp_dynamic_workspace_symbols`?
lsp_workspace_symbols returns results only from the current workspace, whereas lsp_dynamic_workspace_symbols returns results from all the workspaces. Also, lsp_workspace_symbols returns an error of no results from workspace if the query is empty. So you need to also append a valid query to get back results. lsp_dynamic_workspace_symbols does not appear to have such a problem, but there have been some worries regarding its performance on large workspaces. I don't know the internal intricancies of LSP myself, but I found myself getting an error when using pyright with lsp_workspace_symbols so I transitioned to lsp_dynamic_workspace_symbols which solves this problem. There is an issue on telescope repo, which also discussed this problem, so you might want to read it through to get a better understanding.
- Your favourite Neovim plugins?
-
What plugins do you use to manage work across multiple files?
Telescope - fuzzy finding, grep, check open buffers and much more
-
A note from our sponsor - Onboard AI
getonboard.dev | 6 Dec 2023
Stats
nvim-telescope/telescope.nvim is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of telescope.nvim is Lua.
Popular Comparisons
- telescope.nvim VS fzf.vim
- telescope.nvim VS fzf-lua
- telescope.nvim VS vim-fugitive
- telescope.nvim VS telescope-fzf-native.nvim
- telescope.nvim VS Visual Studio Code
- telescope.nvim VS nvim-tree.lua
- telescope.nvim VS fd
- telescope.nvim VS vim-clap
- telescope.nvim VS nvim-treesitter
- telescope.nvim VS which-key.nvim