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
echo -e "se nocp\nruntime plugin/netrwPlugin.vim" > /tmp/min.vim && curl -s -XGET https://raw.githubusercontent.com/rstacruz/vim-opinion/master/plugin/opinion.vim >> /tmp/min.vim && curl -s -XGET https://raw.githubusercontent.com/tpope/vim-sensible/master/plugin/sensible.vim >> /tmp/min.vim && curl -s -XGET https://raw.githubusercontent.com/tpope/vim-sleuth/master/plugin/sleuth.vim >> /tmp/min.vim && alias vim='vim -u /tmp/min.vim' |
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
<!-- elgalu: Adding ruby regular expression detection starting and ending with slashes --> | |
<dict> | |
<key>begin</key> | |
<string>/</string> | |
<key>beginCaptures</key> | |
<dict> | |
<key>0</key> | |
<dict> | |
<key>name</key> | |
<string>punctuation.definition.string.begin.ruby</string> |