0523637ef479

A bunch of Vim stuff.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Aug 2011 14:00:25 -0400
parents 21de4604795c
children b3a0d903a870
branches/tags (none)
files .hgsub .hgsubstate vim/.vimrc

Changes

--- a/.hgsub	Mon Aug 08 14:48:54 2011 -0400
+++ b/.hgsub	Tue Aug 09 14:00:25 2011 -0400
@@ -19,5 +19,6 @@
 vim/bundle/threesome = [hg]http://bitbucket.org/sjl/threesome.vim
 vim/bundle/vim-makegreen = [git]git://github.com/sjl/vim-makegreen.git
 vim/bundle/vim-arpeggio = [git]git://github.com/kana/vim-arpeggio.git
+vim/bundle/vim-coffee-script = [git]https://github.com/kchmck/vim-coffee-script.git
 
 keymando/Plugins/vim = [hg]http://bitbucket.org/sjl/keymando-vim/
--- a/.hgsubstate	Mon Aug 08 14:48:54 2011 -0400
+++ b/.hgsubstate	Tue Aug 09 14:00:25 2011 -0400
@@ -1,9 +1,9 @@
-8e6b39b7e8898b50574f39883607ab1e147db6c2 keymando/Plugins/vim
+2cd555e0b202a78f6e984b37653b080caada8ad5 keymando/Plugins/vim
 b9bd86b9f476afd164237dce029a46d2607bd931 mercurial/templates
 a41d5d52c39a31128e969e69acf800b198cb07f9 vim/bundle/ack
 bfdf714f8ea10a6bcba7a1375a5700b11077dcd9 vim/bundle/command-t
 cdecdc56f938840cad250aecd58c1901f04c4d1b vim/bundle/easymotion
-62a07cb58cffdd669ea2ca5885be33e76bb694e7 vim/bundle/gundo
+9524242bda64063b3bf24c89bb89a27726da882f vim/bundle/gundo
 4ef2d418f48d30fed2f7ce00f598d6871a0010fe vim/bundle/html5
 34e28b3f6f6d702ff2963b8196eccae9344ed4bc vim/bundle/markdown
 b28e7be63235982501ab7dd30c03ea7feef7b095 vim/bundle/nerdcommenter
@@ -16,6 +16,7 @@
 08e61a8c940356219b3a5c3f349af30fa6f78f8c vim/bundle/syntastic
 17831680bc891c82b98f16718ff3a59cdadfa358 vim/bundle/threesome
 c0a4929c940e4fb32f8aaa70440da113c7064467 vim/bundle/vim-arpeggio
+b944e534bd6bbfc4fd56d4ee1a8aa831188387b0 vim/bundle/vim-coffee-script
 6362ba99c825afc046818807267d5c1143b5c887 vim/bundle/vim-javascript
 f21fbd8759d7fa6c3cb1bbb9fe05eae90422f01a vim/bundle/vim-makegreen
 0b2c734fa46450d704827578ec65aeb3e50e9b4d vim/bundle/vim-orgmode
--- a/vim/.vimrc	Mon Aug 08 14:48:54 2011 -0400
+++ b/vim/.vimrc	Tue Aug 09 14:00:25 2011 -0400
@@ -421,9 +421,9 @@
 " }}}
 " Python {{{
 
-au Filetype python noremap  <localleader>Rr :RopeRename<CR>
-au Filetype python vnoremap <localleader>Rm :RopeExtractMethod<CR>
-au Filetype python noremap  <localleader>Ri :RopeOrganizeImports<CR>
+au Filetype python noremap  <localleader>rr :RopeRename<CR>
+au Filetype python vnoremap <localleader>rm :RopeExtractMethod<CR>
+au Filetype python noremap  <localleader>ri :RopeOrganizeImports<CR>
 au FileType python setlocal omnifunc=pythoncomplete#Complete
 
 " }}}
@@ -576,8 +576,6 @@
 nnoremap <F5> :GundoToggle<CR>
 let g:gundo_debug = 1
 let g:gundo_preview_bottom = 1
-let g:gundo_map_move_older = "k"
-let g:gundo_map_move_newer = "l"
 
 " }}}
 " VimClojure {{{
@@ -667,26 +665,6 @@
 " }}}
 " SLIMV {{{
 
-" First check if SWANK is bundled with Slimv
-"let swanks = split( globpath( &runtimepath, 'slime/start-swank.lisp'), '\n' )
-
-"if len( swanks ) == 0
-    "" Try to find SWANK in the standard SLIME installation locations
-    "if exists('g:slimv_windows')
-        "if g:slimv_windows || g:slimv_cygwin
-            "let swanks = split( globpath( 'c:/slime/,c:/*lisp*/slime/,c:/*lisp*/site/lisp/slime/,c:/Program Files/*lisp*/site/lisp/slime/', 'start-swank.lisp' ), '\n' )
-        "else
-            "let swanks = split( globpath( '/usr/share/common-lisp/source/slime/', 'start-swank.lisp' ), '\n' )
-        "endif
-    "endif
-"endif
-
-"if len( swanks ) != 0
-    "let g:slimv_swank_cmd = '! dtach -n /tmp/swank.socket sbcl --load "' . swanks[0] . '"'
-    "let g:slimv_swank_cmd = '! dtach -n /tmp/swank.socket clisp -i "' . swanks[0] . '"'
-    "let g:slimv_swank_cmd = '! dtach -n /tmp/swank.socket clisp -i "' . swanks[0] . '"'
-"endif
-
 let g:slimv_lisp = '"java -cp `lein classpath` clojure.main"'
 let g:slimv_repl_split = 4