Floobits / floobits-neovim

Floobits plugin for NeoVim
Apache License 2.0
167 stars 7 forks source link

Add option to auto-add buffers on BufEnter #40

Open ggreer opened 7 years ago

ggreer commented 7 years ago

Something like what @ganwell mentioned:

auto BufEnter * if exists(":FlooAddBuf")
silent! exe "FlooAddBuf %"
endif

Name it FlooAutoAddBuf maybe?