Skip to content

Commit

Permalink
Merge branch 'master' of github.com:adityaseven/dotvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghava Aditya Renukunta authored and Raghava Aditya Renukunta committed Jan 11, 2017
2 parents a24ba71 + ef5c4dc commit e01ddfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.vim
2 changes: 2 additions & 0 deletions vundles.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if count(g:vundles, 'general')
Bundle 'flazz/vim-colorschemes'
Bundle 'chriskempson/base16-vim'
Bundle 'ciaranm/detectindent'
Bundle 'Yggdroot/indentLine'
" Detect indent mode automatically (tab vs spaces)
autocmd BufReadPost * :DetectIndent
endif
Expand Down Expand Up @@ -57,6 +58,7 @@ if count(g:vundles, 'programming')
if v:version > 700
if executable('ctags')
Bundle 'majutsushi/tagbar'
let g:tagbar_sort=0
endif
endif
endif
Expand Down

0 comments on commit e01ddfa

Please sign in to comment.