zongben/proot.nvim

github github
project
stars 2
issues 0
subscribers 1
forks 1
CREATED

2025-01-16

UPDATED

18 hours ago


proot.nvim

Lightweight project navigator with telescope

圖片

Features

  • Autodetect and save project root dir
  • Use telescope to search and change root dir

Installation

With lazy.nvim

{
  "zongben/proot.nvim",
  dependencies = {
    "nvim-telescope/telescope.nvim",
    "nvim-lua/plenary.nvim"
  },
  opts = {}
}

Configuration

The default configuration is as follows

{
  files = { ".git" }
}

Usage

Open proot picker by calling :Proot
In proot picker you can use d to delete project dir

Similar Plugin

ahmedkhalf/project.nvim - The superior project management solution for neovim.