An extension of fzf-lua that allows you to switch between projects. Inspired by emacs projectile.
VID_20241023_115053.mp4
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 }
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
}
Find projects
:FzfProjectile
Refresh project list
:FzfProjectileRefresh