Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
indents added to plugin_groups_include
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Kütemeier committed Feb 1, 2015
1 parent 5422d29 commit d8e117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotvimrc-jk
Expand Up @@ -6,6 +6,6 @@ let g:dotvim_settings.colorscheme = 'hybrid'
let g:dotvim_settings.autocomplete = 'ycm'

" if there are groups you want always loaded, you can use this:
let g:dotvim_settings.plugin_groups_include = ['knet', 'jk', 'dev', 'web', 'go', 'javascript']
let g:dotvim_settings.plugin_groups_include = ['knet', 'jk', 'dev', 'web', 'go', 'javascript', 'indents']

source ~/.vim/vimrc

0 comments on commit d8e117e

Please sign in to comment.