deoplete.nvim source to autocomplete words from the current Firefox tab.
# install python modules
pip2 install --user beautifulsoup4 marionette_driver
" in ~/.vimrc
Plug 'kimat/webcomplete.vim'
firefox -marionette
- 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