/webcomplete.vim

A deoplete source to autocomplete words from the current Firefox tab

Primary LanguagePython

deoplete.nvim source to autocomplete words from the current Firefox tab.

gif

Requirements

Sample Installation

# install python modules
pip2 install --user beautifulsoup4 marionette_driver
" in ~/.vimrc
Plug 'kimat/webcomplete.vim'

Usage

firefox -marionette

Notes

  • webcomplete shouldn't be called again if url didn't change
  • we could also do line completions similary to haya14busa/vim-auto-programming
  • we could also do line completions but only on <code> or <pre> parts of the webpage
  • this could become a languageServer

Credits