Skip to content

A deoplete source to autocomplete words from the current Firefox tab

Notifications You must be signed in to change notification settings

kimat/webcomplete.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A deoplete source to autocomplete words from the current Firefox tab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%