Explorar el Código

add ackmore to vim

Also change git editor to vim, and try to install ack with RUNME script.
cinaeco hace 13 años
padre
commit
48d631b40a
Se han modificado 3 ficheros con 7 adiciones y 1 borrados
  1. 3 0
      .gitmodules
  2. 3 1
      RUNME
  3. 1 0
      vim/bundle/ackmore

+ 3 - 0
.gitmodules

@@ -28,3 +28,6 @@
 [submodule "zsh/oh-my-zsh"]
 	path = zsh/oh-my-zsh
 	url = git://github.com/robbyrussell/oh-my-zsh.git
+[submodule "vim/bundle/ackmore"]
+	path = vim/bundle/ackmore
+	url = git://github.com/jordansissel/vim-ackmore.git

+ 3 - 1
RUNME

@@ -36,4 +36,6 @@ git submodule update
 git config --global color.ui true
 
 # Ack for this user (perl 5.8.8 or higher on system)
-# curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3 
+# Curl may need to have proxy settings
+mkdir -p ~/bin
+curl http://betterthangrep.com/ack-standalone > ~/bin/ack && chmod 0755 !#:3 

+ 1 - 0
vim/bundle/ackmore

@@ -0,0 +1 @@
+Subproject commit 62c6f93f5fec2da9ae86a6d3f821640ba2edbf9e