Last active
October 23, 2015 02:30
-
-
Save jeroldhaas/e044c77b76365677ccfb to your computer and use it in GitHub Desktop.
cVim Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let blacklists = ["https://mail.google.com/*"] | |
let defaultengine = "duckduckgo" | |
let completionengines = [ "duckduckgo", "google", "wikipedia", "amazon" ] | |
set autoupdategist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment