Skip to content

Commit

Permalink
Update, add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Oct 10, 2012
1 parent 24e1f21 commit 93ee741
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Expand Up @@ -49,3 +49,9 @@
[submodule "bundle/gundu.vim"]
path = bundle/gundu.vim
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/vim-golang"]
path = bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
5 changes: 3 additions & 2 deletions .vimrc
@@ -1,4 +1,5 @@
set t_Co=256
set vb

call pathogen#infect()
set nocompatible
Expand Down Expand Up @@ -32,7 +33,7 @@ set expandtab
" \d will hide/show
" \b will enter :NERDTreeFromBookmark and then
" you can autocomplete the name of a bookmark
map <leader>d :execute 'NERDTreeToggle ' . getcwd()<CR>
nnoremap <leader>d :NERDTreeToggle<cr>
map <leader>gu :GundoToggle<CR>
let NERDTreeDirArrows=1
let NERDTreeMinimalUI=1
Expand Down Expand Up @@ -132,7 +133,7 @@ function! DFW()
endfunction

let g:ctrlp_extensions = ['line']
let g:ctrlp_user_command = 'mdfind -onlyin %s file'
let g:ackprg = 'ag --nogroup --nocolor --column'

" automatically open and close the popup menu / preview window
au CursorMovedI,InsertLeave * if pumvisible() == 0|silent! pclose|endif
7 changes: 7 additions & 0 deletions README.md
@@ -0,0 +1,7 @@
# .vim

It's my `.vim`! Hooray. It changes often, but in general some notes:

* Stuff uses Pathogen. Vundle still seems weird to me.
* the_silver_searcher, jshint, pyflakes, git are required
* I usually use this stuff with MacVim
1 change: 1 addition & 0 deletions bundle/vim-coffee-script
Submodule vim-coffee-script added at d6dcb9
1 change: 1 addition & 0 deletions bundle/vim-css-color
Submodule vim-css-color added at 417eaf
1 change: 1 addition & 0 deletions bundle/vim-golang
Submodule vim-golang added at a60655

0 comments on commit 93ee741

Please sign in to comment.