Assorted integrations between workspace and vim.
See okkays/workspace for the underlying bash utility.
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'okkays/helpers.vim'
Plug 'okkays/workspace', { 'dir': '~/.workspace', 'do': './install' }
Plug 'okkays/workspace.vim'
All commands support (and require) junegunn/fzf.vim,
With the default mappings, ctrl+p opens any file in your workspace.
Search for any file in your workspace using :WsAg
.
Use google/vimdoc to produce documentation.