Skip to content

Instantly share code, notes, and snippets.

@guywaldman
guywaldman / prismo.vim
Last active September 10, 2017 07:37 — forked from PeterRincker/prismo.vim
vim-prismo with a twist
"Prismo.vim
" version of vim-prismo I took a crack at reimplimenting
" https://github.com/guywald1/vim-prismo
"
" Options:
" 'commentstring' - See :h 'commentstring'. Can use b:commentstring to override
" g:prismo_dash - padding character defaults to dash
" g:prismo_toupper - transform the title to uppercase (default to 1)
" b:prismo_width - width of header default to 'textwidth' or 80 if 'textwidth' is 0
"
command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage
cd ~/.atom/packages/mypackage
apm login
apm develop mypackage
cd ~/github/mypackage
sudo chown -R username:wheel .
git commit -a -m 'checking everything in'
apm publish --tag v2.5.0 minor