init.vimango icon indicating copy to clipboard operation
init.vimango copied to clipboard

Add project manager features

Open CyberMango opened this issue 5 years ago • 0 comments

Add features for managing projects in vim:

  • Open a project workspace, with project dir being cwd.
  • Create new projects with a certain template and pre-made files, like .ccls files for cpp.
  • Browse existing projects.

Might use:

  • :mksession and vim -S .
  • vim-session plugin.
  • some project manager plugin.
  • Some plugin I'll make?

CyberMango avatar Jan 11 '20 09:01 CyberMango