Last active
December 14, 2015 10:48
-
-
Save obfusk/5074355 to your computer and use it in GitHub Desktop.
cream
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
function! Cream_conf_override() | |
let g:CREAM_AUTOINDENT = 0 | |
let g:CREAM_AUTOWRAP = 1 | |
let g:CREAM_AUTOWRAP_WIDTH = 70 | |
let g:CREAM_EXPANDTAB = 1 | |
let g:CREAM_SOFTTABSTOP = 2 | |
let g:CREAM_TABPAGES = 1 | |
endfunction | |
call Cream_conf_override() |
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
set rtp+=~/opt/src/vim-coffee-script | |
ru syntax/coffee.vim | |
au BufNewFile,BufRead *.coffee set filetype=coffee | |
set fdm=marker lines=40 columns=80 " ??? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment