Created
September 18, 2014 08:53
-
-
Save Constellation/855929470d3242cc086b to your computer and use it in GitHub Desktop.
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
" .lvimrc for Chromium | |
" vim: set ft=vim: | |
setl expandtab | |
setl tabstop=2 | |
setl softtabstop=2 | |
setl shiftwidth=2 | |
setlocal textwidth=80 | |
setlocal colorcolumn=+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment