Skip to content

A Neovim plugin for searching Git projects using fzf-lua

Notifications You must be signed in to change notification settings

TheRiceCold/fzf-lua-projectile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzf-lua-projectile

An extension of fzf-lua that allows you to switch between projects. Inspired by emacs projectile.

Demo

VID_20241023_115053.mp4

Installation

Plug 'TheRiceCold/fzf-lua-projectile'
lua << EOF
require('fzf-lua-projectile').setup()
EOF
use { "TheRiceCold/fzf-lua-projectile", config = function() require('fzf-lua-projectile').setup() end }
{ "TheRiceCold/fzf-lua-projectile", config = true }

Configuration

require'fzf-lua-projectile'.setup {
  path_level_label = 2,                        -- Show up to 2 levels of the directory path
  projects_directory = 'path/to/your/projects'  -- Set the desired path here
}

Usage

Find projects

:FzfProjectile

Refresh project list

:FzfProjectileRefresh

About

A Neovim plugin for searching Git projects using fzf-lua

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published