vim: remove sparkup to switch
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 28 Jan 2011 15:31:26 -0500 |
parents |
245ed5a1a59e
|
children |
134a039e49b3
|
branches/tags |
(none) |
files |
.hgsub .hgsubstate vim/.vimrc vim/bundle/sparkup |
Changes
--- a/.hgsub Thu Jan 27 17:02:43 2011 -0500
+++ b/.hgsub Fri Jan 28 15:31:26 2011 -0500
@@ -5,7 +5,6 @@
vim/bundle/markdown = [git]git://github.com/tpope/vim-markdown.git
vim/bundle/nerdcommenter = [git]git://github.com/scrooloose/nerdcommenter.git
vim/bundle/nerdtree = [git]git://github.com/scrooloose/nerdtree.git
-vim/sadness/sparkup = [git]git://github.com/sjl/sparkup.git
vim/bundle/surround = [git]git://github.com/tpope/vim-surround.git
vim/bundle/syntastic = [git]git://github.com/sjl/syntastic.git
vim/bundle/vim-coffee-script = [git]git://github.com/kchmck/vim-coffee-script.git
--- a/.hgsubstate Thu Jan 27 17:02:43 2011 -0500
+++ b/.hgsubstate Fri Jan 28 15:31:26 2011 -0500
@@ -9,4 +9,3 @@
60731769663ea23b4763f3f0034da445ebcd3ddd vim/bundle/syntastic
b9b4407a19acc4eb344cca0cc5beea75e9ff5491 vim/bundle/vim-coffee-script
c2df2e430d7d5fe645aa40e36079ab51f082e06b vim/bundle/vim-javascript
-94293727a5d47cb3cca3a32069f86eb42cbc0bf6 vim/sadness/sparkup
--- a/vim/.vimrc Thu Jan 27 17:02:43 2011 -0500
+++ b/vim/.vimrc Fri Jan 28 15:31:26 2011 -0500
@@ -155,6 +155,7 @@
au BufNewFile,BufRead *.less setlocal nocursorline
au BufNewFile,BufRead *.less nnoremap <buffer> cc ddko
au BufNewFile,BufRead *.less nnoremap <buffer> <localleader>S ?{<CR>jV/^\s*\}?$<CR>k:sort<CR>:noh<CR>
+au BufNewFile,BufRead *.less inoremap <buffer> {<cr> {<cr><space><space><space><space>.<cr><bs>}<esc>kA<bs>
au BufNewFile,BufRead *.js setlocal foldmethod=marker
au BufNewFile,BufRead *.js setlocal foldmarker={,}
--- a/vim/bundle/sparkup Thu Jan 27 17:02:43 2011 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-/Users/sjl/lib/dotfiles/vim/sadness/sparkup/vim/
\ No newline at end of file