Skip to content

Commit

Permalink
Add ‘headlights’ plugin, because I suck at vim.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Mar 15, 2013
1 parent 13689a3 commit d435e15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundle/headlights
Submodule headlights added at 2e8077
9 changes: 9 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Bundle 'SirVer/ultisnips'
Bundle 'Rip-Rip/clang_complete'
" ##### Navigate
Bundle 'majutsushi/tagbar'
Bundle 'mbadran/headlights'
" ##### External tool integration
Bundle 'tpope/vim-fugitive'

Expand Down Expand Up @@ -114,6 +115,14 @@ let g:clang_complete_macros=1
" show diagnostics
nnoremap <Leader>q :call g:ClangUpdateQuickFix()<CR>
" ### Headlights
let g:headlights_smart_menus = 1
let g:headlights_show_commands = 1
let g:headlights_show_mappings = 1
let g:headlights_show_abbreviations = 1
let g:headlights_show_functions = 1
let g:headlights_show_highlights = 1

" ### Tagbar
"
" Install new ctags with objc support: $ brew install ctags --HEAD
Expand Down

0 comments on commit d435e15

Please sign in to comment.