Skip to content

zongben/proot.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lightweight project navigator with telescope

Topics

Resources

License

Stars

Watchers

Forks

Languages