Skip to content

james9909/stackanswers.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stackanswers.vim

Vim plugin to get answers from Stack Overflow. Inspired by SO-Eclipse-Plugin.

:StackAnswers

Anything inputted after the command becomes the 'question' that will be answered from Stack Overflow, provided that answers exist. Answers will be shown in a separate buffer.

Gif

Installation

StackAnswers should work with any modern plugin manager for Vim, such as NeoBundle, Pathogen, Vim-Plug, or Vundle.

Requirements:

StackAnswers uses an external python module to parse data. You can install it via:

sudo apt-get install pip
pip install requests
pip install beautifulsoup4
pip install html5lib

Contributing

If you have something you would like to contribute, feel free to open up a pull request with a short summary of what exactly you are adding/fixing.

Thanks to all the people who contributed to the project!.

About

Vim plugin to fetch and display answers from Stack Overflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published