Skip to content

Commit

Permalink
enable my plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
yachi committed Jan 4, 2017
1 parent 8a38307 commit ddbe096
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
call add(g:nvim_settings.plugin_groups, 'unite')
call add(g:nvim_settings.plugin_groups, 'autocomplete')
call add(g:nvim_settings.plugin_groups, 'misc')
call add(g:nvim_settings.plugin_groups, 'yachi')

" core
let g:nvim_settings.encoding = 'utf-8'
Expand Down
12 changes: 9 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,12 @@
call dein#add('tpope/vim-rails')
call dein#add('tpope/vim-bundler')
endif "}}}
if count(s:settings.plugin_groups, 'yachi') "{{{
call dein#add('tommcdo/vim-exchange')
call dein#add('rhysd/clever-f.vim')
call dein#add('ryanoasis/vim-devicons')
call dein#add('sheerun/vim-polyglot')
endif "}}}
if count(s:settings.plugin_groups, 'python') "{{{
call dein#add('klen/python-mode', {'on_ft': 'python'}) "{{{
let g:pymode_rope = 0
Expand Down Expand Up @@ -655,10 +661,10 @@
endif "}}}
if count(s:settings.plugin_groups, 'editing') "{{{
call dein#add('editorconfig/editorconfig-vim', {'on_i': 1})
"call dein#add('tpope/vim-endwise')
call dein#add('tpope/vim-endwise')
call dein#add('tpope/vim-speeddating')
call dein#add('thinca/vim-visualstar')
"call dein#add('tomtom/tcomment_vim')
call dein#add('tomtom/tcomment_vim')
call dein#add('terryma/vim-expand-region')
call dein#add('terryma/vim-multiple-cursors')
"call dein#add('chrisbra/NrrwRgn')
Expand All @@ -676,7 +682,7 @@
" nmap <Leader>a<Bar> :Tabularize /<Bar><CR>
" vmap <Leader>a<Bar> :Tabularize /<Bar><CR>
""}}}
"call dein#add('jiangmiao/auto-pairs')
call dein#add('jiangmiao/auto-pairs')
call dein#add('justinmk/vim-sneak') "{{{
let g:sneak#streak = 1
"}}}
Expand Down

0 comments on commit ddbe096

Please sign in to comment.