Skip to content

shishkander/ext-completer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Vim plugin that opens file.py if you've asked it to edit file. If file exists or file.py doesn't, it does not interfere. By default supported extensions are .go, .py, .js and .html, but you may change them by setting g:ext_completer_extensions to you preferred list of values, e.g.

let g:ext_completer_extensions = ["py", "go", "txt"]

To install this plugin, first install Vundle and then add

Plugin 'rryk/ext-completer'

to your .vimrc.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%