You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin (as well as UtilSnips) requires Python to be installed.
All of the existing plugins for dotset were carefully chosen to use native VimScript and not require 3rd party libraries (like Ruby, Python, etc...) This is one of the things that makes Vim sing from Terminal. We aren't trying to make Vim replicate RubyMine here. Thats why we got rid of command-t in favor of Ctrl-P. Grok Vim where we can.
Like I said, I'm not opposed to this, but this plugin needs to come to the table with some added benefits over the existing install. If I type bgc in a .sass file, it better damn well generate background-color: #999without locking up Terminal or give me a message around Python is thinking about it. Or what if I don't have Python installed?
You can test this locally by adding https://github.com/Valloric/YouCompleteMe.git to a ./config/bundles.local.txt. Curious to see if this plugin speeds up development?
http://valloric.github.com/YouCompleteMe/
The text was updated successfully, but these errors were encountered: