Skip to content

Commit

Permalink
This closes #100
Browse files Browse the repository at this point in the history
  • Loading branch information
di3goleite committed Nov 12, 2015
1 parent c8d2749 commit 908e203
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 30 deletions.
4 changes: 1 addition & 3 deletions vim_template/langs/c/c.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
" Tagbar
nmap <silent> <F4> :TagbarToggle<CR>
let g:tagbar_autofocus = 1

3 changes: 0 additions & 3 deletions vim_template/langs/elixir/elixir.vim
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
" Tagbar
nmap <silent> <F4> :TagbarToggle<CR>
let g:tagbar_autofocus = 1
1 change: 0 additions & 1 deletion vim_template/langs/go/go.bundle
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
"" Go Lang Bundle
NeoBundle "majutsushi/tagbar"
NeoBundle "fatih/vim-go"
4 changes: 0 additions & 4 deletions vim_template/langs/go/go.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
" Tagbar
nmap <silent> <F4> :TagbarToggle<CR>
let g:tagbar_autofocus = 1

let g:tagbar_type_go = {
\ 'ctagstype' : 'go',
\ 'kinds' : [ 'p:package', 'i:imports:1', 'c:constants', 'v:variables',
Expand Down
1 change: 1 addition & 0 deletions vim_template/langs/haskell/haskell.bundle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"" Haskell Bundle
NeoBundle "eagletmt/neco-ghc"
NeoBundle "dag/vim2hs"
NeoBundle "pbrisbin/vim-syntax-shakespeare"
2 changes: 1 addition & 1 deletion vim_template/langs/javascript/javascript.bundle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"" Javascript Bundle
NeoBundle "scrooloose/syntastic"
NeoBundle 'jelera/vim-javascript-syntax'
4 changes: 1 addition & 3 deletions vim_template/langs/lua/lua.bundle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
NeoBundle "scrooloose/syntastic"
NeoBundle "majutsushi/tagbar"

"" Lua Bundle
NeoBundle 'xolox/vim-lua-ftplugin'
NeoBundle 'xolox/vim-lua-inspect'
3 changes: 0 additions & 3 deletions vim_template/langs/lua/lua.vim
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
" Tagbar
nmap <silent> <F4> :TagbarToggle<CR>
let g:tagbar_autofocus = 1
1 change: 1 addition & 0 deletions vim_template/langs/ocaml/ocaml.bundle
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
"" OCaml Bundle
NeoBundle "def-lkb/ocp-indent-vim"
1 change: 1 addition & 0 deletions vim_template/langs/perl/perl.bundle
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"" Perl Bundle
NeoBundle 'vim-perl/vim-perl'
NeoBundle 'c9s/perlomni.vim'
2 changes: 0 additions & 2 deletions vim_template/langs/python/python.bundle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"" Python Bundle
NeoBundle "davidhalter/jedi-vim"
NeoBundle "scrooloose/syntastic"
NeoBundle "majutsushi/tagbar"
NeoBundle "Yggdroot/indentLine"
5 changes: 0 additions & 5 deletions vim_template/langs/python/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ let g:syntastic_python_flake8_post_args='--ignore=W391'

" vim-airline
let g:airline#extensions#virtualenv#enabled = 1
let g:airline#extensions#tagbar#enabled = 1

" Tagbar
nmap <silent> <F4> :TagbarToggle<CR>
let g:tagbar_autofocus = 1
1 change: 0 additions & 1 deletion vim_template/langs/ruby/ruby.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ NeoBundle "tpope/vim-rails"
NeoBundle "tpope/vim-rake"
NeoBundle "tpope/vim-projectionist"
NeoBundle "thoughtbot/vim-rspec"
NeoBundle "majutsushi/tagbar"
NeoBundle "ecomba/vim-ruby-refactoring"
4 changes: 0 additions & 4 deletions vim_template/langs/ruby/ruby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ augroup vimrc-ruby
autocmd FileType ruby set tabstop=2|set shiftwidth=2|set expandtab
augroup END

" Tagbar
nmap <silent> <F4> :TagbarToggle<CR>
let g:tagbar_autofocus = 1

let g:tagbar_type_ruby = {
\ 'kinds' : [
\ 'm:modules',
Expand Down
6 changes: 6 additions & 0 deletions vim_template/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ NeoBundle 'vim-scripts/grep.vim'
NeoBundle 'vim-scripts/CSApprox'
NeoBundle 'bronson/vim-trailing-whitespace'
NeoBundle 'jiangmiao/auto-pairs'
NeoBundle 'majutsushi/tagbar'
NeoBundle 'scrooloose/syntastic'
NeoBundle 'Shougo/vimproc.vim', {
\ 'build' : {
\ 'windows' : 'tools\\update-dll-mingw',
Expand Down Expand Up @@ -212,6 +214,7 @@ let g:airline_theme = 'powerlineish'
let g:airline#extensions#syntastic#enabled = 1
let g:airline#extensions#branch#enabled = 1
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tagbar#enabled = 1

"*****************************************************************************
"" Abbreviations
Expand Down Expand Up @@ -361,6 +364,9 @@ let g:syntastic_style_warning_symbol = '⚠'
let g:syntastic_auto_loc_list=1
let g:syntastic_aggregate_errors = 1

" Tagbar
nmap <silent> <F4> :TagbarToggle<CR>
let g:tagbar_autofocus = 1

" Disable visualbell
set visualbell t_vb=
Expand Down

0 comments on commit 908e203

Please sign in to comment.