This file contains hidden or 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
/* | |
* Alfred style for cVim | |
* credits to github.com/franklinjavier | |
* | |
* Posted this in a Gist to keep my own modifications and just to be sure that it will keep working | |
* Just add the Gist url in the cVim Style setting section | |
*/ | |
#cVim-link-container, |
This file contains hidden or 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://colab.research.google.com/*","https://codesandbox.io/*","https://www.unive.nl/*","https://coinmarketcap.com/*","https://regex101.com/*","https://www.postnl.nl/*"] | |
let locale = "nl" | |
" ----------------- | |
" Settings | |
" ----------------- | |
set smoothscroll | |
set autoupdategist |