Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active December 14, 2015 10:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obfusk/5074355 to your computer and use it in GitHub Desktop.
Save obfusk/5074355 to your computer and use it in GitHub Desktop.
cream
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()
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