Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.07 KB

File metadata and controls

41 lines (28 loc) · 1.07 KB

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