Skip to content

Commit

Permalink
Install indent-guides plugin.
Browse files Browse the repository at this point in the history
Also, create ,c to toggle the column guides.
  • Loading branch information
nelstrom committed Jan 15, 2011
1 parent aecbb62 commit 614de0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@
[submodule "vim/bundle/pml"]
path = vim/bundle/pml
url = git@github.com:nelstrom/vim-pml.git
[submodule "vim/bundle/indent-guides"]
path = vim/bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
1 change: 1 addition & 0 deletions vim/bundle/indent-guides
Submodule indent-guides added at 6bbbc6
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ nmap <silent> <leader>l :set list!<CR>
nmap <silent> <leader>w :set wrap!<CR>
nmap <silent> <buffer> <leader>s :set spell!<CR>
nmap <silent> <leader>n :silent :nohlsearch<CR>
nmap <silent> <leader>c :IndentGuidesToggle<CR>
command! -nargs=* Wrap set wrap linebreak nolist
command! -nargs=* Maxsize set columns=1000 lines=1000
" CTags {{{1
Expand Down

0 comments on commit 614de0c

Please sign in to comment.