Ron89 / thesaurus_query.vim

Multi-language Thesaurus Query and Replacement plugin for Vim/NeoVim
http://www.vim.org/scripts/script.php?script_id=5341
Apache License 2.0
220 stars 23 forks source link

Change Python dependency handling logic to use Vim's Shell escape #40

Open Ron89 opened 5 years ago

Ron89 commented 5 years ago

Using vim's shell escape to directly install the missing component if any. So that the user don't need to jump out of the editor when there are missing Python dependencies.!