skywind3000 / asyncrun.vim

:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
https://www.vim.org/scripts/script.php?script_id=5431
MIT License
1.84k stars 109 forks source link

Feature request: add an autocmd when project rooted. #267

Open nerd190 opened 1 year ago

nerd190 commented 1 year ago

Hi! I noticed the project management but have always used 'vim-rooter' as it emits an event when it finds a project, this allows to make changes within vim based on whether im in a project. For example, when in a project:

" mattn/vim-gist
packadd gist
" tpope/vim-rhubarb
packadd rhubarb
" tyru/open-browser-github
packadd openbrowser-github
skywind3000 commented 1 year ago

could you be more specific ? what do you want exactly ? what do packadd code block mean ?