Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 791 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 791 Bytes

proot.nvim

Lightweight project navigator with telescope

圖片

Features

  • Autodetect by using lsp and files to 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.