SaaSHub helps you find the best software and product alternatives Learn more →
Project.nvim Alternatives
Similar projects and alternatives to project.nvim
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
mini.nvim
Library of 20+ independent Lua modules improving overall Neovim (version 0.6 and higher) experience with minimal effort
-
-
-
lsp-zero.nvim
A starting point to setup some lsp related features in neovim.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
telescope-frecency.nvim
A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
-
dirbuf.nvim
A file manager for Neovim which lets you edit your filesystem like you edit text
-
workspaces.nvim
a simple plugin to manage workspace directories in neovim
-
-
neo-tree.nvim
Neovim plugin to manage the file system and other tree like structures.
-
telescope-file-browser.nvim
File Browser extension for telescope.nvim
-
-
-
-
-
vim-projectionist
projectionist.vim: Granular project configuration
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
project.nvim reviews and mentions
-
Noob question about projects
Not sure what you mean by that. Perhaps your looking for a fuzzy finder. I use telescope for most of this. It can be used to find any file in your project and there's extensions for pulling up projects
-
olddirs.nvim: oldfiles, but for directories
project.nvim
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
There I also this one: https://github.com/ahmedkhalf/project.nvim
-
Could use some advice for managing projects in a way that fits my mental model and codebase. Monolithic codebase with project files spread around different working directories. Or just help me change my mental model.
Here's my suggestion: 1. Change current working directory to your logical folder, so you can open file/buffers within logical folder. 2. Use different tabs for different logical folders. Because you can set different tab-local working directories. Or use plugin that automatically change working directory to the logical folder the file belongs to. project.nvim does this well. 3. If you want to open or search monolithic folder, then find file with git files or search using git root as current working folder.
-
How to properly cd, so plugins pick up project root?
I think something is still missing top. I tried rooter and also project.nvim.
-
Which file browser do you use ?
For the cases you describe: To move between "projects", take a look at telescope-repo or project.
Maybe something like Project would be what you are looking for. It has a good telescope integration as well.https://github.com/ahmedkhalf/project.nvim
-
Comparision, project.nvim vs. telescope-project.nvim
[ahmedkhalf/project.nvim: The superior project management solution for neovim.](https://github.com/ahmedkhalf/project.nvim)
-
Open toggleterm on same proyect path
i personally use project.nvim. It sets the current directory to the project root.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea5b6c7508>
www.saashub.com | 29 Jan 2023
Stats
ahmedkhalf/project.nvim is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Popular Comparisons
- project.nvim VS vim-rooter
- project.nvim VS neovim-session-manager
- project.nvim VS telescope-project.nvim
- project.nvim VS mini.nvim
- project.nvim VS lsp-zero.nvim
- project.nvim VS projectile
- project.nvim VS telescope-frecency.nvim
- project.nvim VS nvim-ide
- project.nvim VS telescope.nvim
- project.nvim VS nvim-lightbulb