I was wondering whether it is possible to have a specific quickbar loaded when a filetype is opened.
For example:
*.py -> quickbar_py
*.sh -> quickbar_sh
*.txt -> quickbar_txt
*.md -> quickbar_md
I was thinking about using autocmd but that's how far I have come...
It would be awesome if that would be possible.
Thanks