neovim VS telescope-project.nvim

Compare neovim vs telescope-project.nvim and see what are their differences.

neovim

Vim-fork focused on extensibility and usability (by neovim)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
neovim telescope-project.nvim
1382 19
75,505 544
2.9% 3.7%
10.0 5.1
1 day ago 4 months ago
Vim Script Lua
GNU General Public License v3.0 or later 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.

neovim

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

telescope-project.nvim

Posts with mentions or reviews of telescope-project.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-29.
  • How to manage projects efficiently in neovim using telescope
    5 projects | /r/neovim | 29 Mar 2023
    I found this plugin for telescope that does all of the above, except that it requires a redundant step where even though I'm inside a project, I still have to select the project before I can search / grep inside. Basically, I want to create a mapping that allows me to search inside the project without having to always select the project that I am in (it should be able to detect that the file from which I am searching belongs to such-and-such project and so can instantly search from within that project).
  • olddirs.nvim: oldfiles, but for directories
    4 projects | /r/neovim | 28 Dec 2022
    telescope-project.nvim
    5 projects | /r/neovim | 28 Dec 2022
    Sharing a lightweight plugin I wrote yesterday which provides some functions for accessing previously used current working directories. I know that this is similar to some other "workspace" / "project" plugins which already exist, so I've pasted the motivation section from the README. >I work in a large monorepo and change my working directory depending on what part of the codebase I'm looking at to give my LSP (gopls) a chance and to improve the usefulness of fuzzy finding files. I want to change the current working directory back to a previously used one without having to configure a "project" or "workspace" beforehand. This requirement is not satisfied (as far as I can tell) by existing similar plugins: > - project.nvim > - telescope-project.nvim > - workspaces.nvim. > - neovim-session-manager > olddirs.nvim is very lightweight and doesn't provide any niceties (out of the box) like some of the above plugins, it's literally just :oldfiles for directories. > \ I say "out of the box" since some features like the searching or browsing of files inside a previous directory can be implemented by adding actions to the olddirs.nvim Telescope picker.
  • Switching between projects
    3 projects | /r/neovim | 28 Oct 2022
  • My first plugin: ProjectMgr - lets you quickly switch between projects and define custom startup commands for each.
    6 projects | /r/neovim | 20 Jun 2022
    This seems to be a https://github.com/nvim-telescope/telescope-project.nvim
  • which session manager for nvim
    16 projects | /r/neovim | 23 Feb 2022
    Few months ago I tried https://github.com/nvim-telescope/telescope-project.nvim but it does not restore windows layout (seem to only cd into project dir). Are there any other session managers that support features listed above?
  • A pragmatic approach to migrating from VSCode to Neovim
    35 projects | dev.to | 14 Feb 2022
    Anyhow, I started clearing the last requirements standing by installing telescope-project.nvim and todo-comments.nvim. They were a convenient choice, as both extend the already mentioned Telescope plugin. Seamless terminal integration was possibly the feature I was looking for the most. As I hoped, Neovim offers transparent terminal emulation out of the box, making to open a terminal buffer feel like a first class operation.
  • Find Files Across Project
    2 projects | /r/neovim | 20 Dec 2021
    To be fair, there is telescope-project, which almost does what I'm looking for. The only drawback for me is, that I want a command, that I can call with a single keystroke. telescope-project always shows a list of all registered projects and you have to select the first one, which adds friction to the editing-flow.
  • Bookmarks for folders in Nvim? Quick open (from Telescope would be extra amazing)
    3 projects | /r/neovim | 6 Dec 2021
  • Does anyone use neovim like emacs?
    4 projects | /r/neovim | 1 Nov 2021
    Could also try https://github.com/nvim-telescope/telescope-frecency.nvim which gives you some context, with the workspace definitions defined for your projects. Then use something like https://github.com/nvim-telescope/telescope-project.nvim to move between the different projects.

What are some alternatives?

When comparing neovim and telescope-project.nvim you can also consider the following projects:

vim9 - An experimental fork of Vim, exploring ways to make Vim script faster and better.

helix - A post-modern modal text editor.

neovide - No Nonsense Neovim Client in Rust

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

AstroVim - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins [Moved to: https://github.com/AstroNvim/AstroNvim]

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

vim-polyglot - A solid language pack for Vim.

pylance-release - Documentation and issues for Pylance

neovim-qt - Neovim client library and GUI, in Qt5.

vim-visual-multi - Multiple cursors plugin for vim/neovim

FiraCode - Free monospaced font with programming ligatures

intellij-lsp-server - Exposes IntelliJ IDEA features through the Language Server Protocol.