All Projects → james9909 → Stackanswers.vim

james9909 / Stackanswers.vim

Licence: mit
Vim plugin to fetch and display answers from Stack Overflow

Projects that are alternatives of or similar to Stackanswers.vim

Vifm.vim
Vim plugin that allows use of vifm as a file picker
Stars: ✭ 197 (+19.39%)
Mutual labels:  viml, vim-plugins
Winresizer
very simple vim plugin for easy resizing of your vim windows
Stars: ✭ 353 (+113.94%)
Mutual labels:  viml, vim-plugins
Vim Go
Go development plugin for Vim
Stars: ✭ 14,085 (+8436.36%)
Mutual labels:  viml, vim-plugins
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (+19.39%)
Mutual labels:  viml, vim-plugins
Vim Operator User
Vim plugin: Define your own operator easily
Stars: ✭ 161 (-2.42%)
Mutual labels:  viml, vim-plugins
Vim Dadbod Ui
Simple UI for https://github.com/tpope/vim-dadbod
Stars: ✭ 315 (+90.91%)
Mutual labels:  viml, vim-plugins
Pear Tree
A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
Stars: ✭ 327 (+98.18%)
Mutual labels:  viml, vim-plugins
Vim Devicons
Adds file type icons to Vim plugins such as: NERDTree, vim-airline, CtrlP, unite, Denite, lightline, vim-startify and many more
Stars: ✭ 4,473 (+2610.91%)
Mutual labels:  viml, vim-plugins
Vim Search Pulse
Easily locate the cursor after a search
Stars: ✭ 91 (-44.85%)
Mutual labels:  viml, vim-plugins
Vimcompletesme
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
Stars: ✭ 752 (+355.76%)
Mutual labels:  viml, vim-plugins
Vim Follow My Lead
Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
Stars: ✭ 100 (-39.39%)
Mutual labels:  viml, vim-plugins
Vim Ruby Minitest
Vim highlighting & completion for MiniTest
Stars: ✭ 97 (-41.21%)
Mutual labels:  viml, vim-plugins
Vim Todo Lists
Vim plugin for TODO lists
Stars: ✭ 126 (-23.64%)
Mutual labels:  viml, vim-plugins
Vimux
easily interact with tmux from vim
Stars: ✭ 1,980 (+1100%)
Mutual labels:  vim-plugins
Targets.vim
Vim plugin that provides additional text objects
Stars: ✭ 2,114 (+1181.21%)
Mutual labels:  vim-plugins
Stack Overflow Buddy
A friendly, error prone coding companion
Stars: ✭ 156 (-5.45%)
Mutual labels:  stackoverflow
Vim Project
lcd to the root of the project everytime you BufEnter a file inside a project.
Stars: ✭ 155 (-6.06%)
Mutual labels:  viml
Paredit.vim
Paredit Mode: Structured Editing of Lisp S-expressions
Stars: ✭ 162 (-1.82%)
Mutual labels:  viml
Vim Config Python Ide
Symlink the .vim dir and the .vimrc file and start kicking ass
Stars: ✭ 159 (-3.64%)
Mutual labels:  viml
Vim Ruby
Vim/Ruby Configuration Files
Stars: ✭ 1,885 (+1042.42%)
Mutual labels:  vim-plugins

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!.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].