Skip to content

Commit

Permalink
update dein.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
slme9364 committed Nov 28, 2019
1 parent 83bcce8 commit 917de5a
Showing 1 changed file with 6 additions and 30 deletions.
36 changes: 6 additions & 30 deletions vim/nvim/dein.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ source ~/.config/nvim/plugins/vim-airline.rc.vim
repo = 'cespare/vim-toml'
on_ft = 'toml'

[[plugins]]
repo = '5t111111/denite-rails'
hook_add = '''
source ~/.config/nvim/plugins/denite-rails.rc.vim
'''

[[plugins]]
repo = 'fishbullet/deoplete-ruby'

[[plugins]]
repo ='plasticboy/vim-markdown'
hook_add = '''
Expand All @@ -71,27 +62,6 @@ hook_add = '''
source ~/.config/nvim/plugins/seiya.rc.vim
'''

[[plugins]]
repo = 'fatih/vim-go'
hook_add = '''
source ~/.config/nvim/plugins/vim-go.rc.vim
'''

[[plugins]]
repo = 'zchee/deoplete-go'
hook_add = '''
source ~/.config/nvim/plugins/deo-go.rc.vim
'''

[[plugins]]
repo = 'udalov/kotlin-vim'

[[plugins]]
repo = 'racer-rust/vim-racer'
hook_add = '''
source ~/.config/nvim/plugins/racer.rc.vim
'''

[[plugins]]
repo = 'tpope/vim-fugitive'

Expand All @@ -113,3 +83,9 @@ repo = 'Shougo/neosnippet-snippets'
[[plugins]]
repo = 'mbbill/undotree'

[[plugins]]
repo = 'neoclide/coc.nvim'
rev = 'release'
on_i = 1
merged = '0'
hook_source = 'call coil398#init#coc#hook_source()'

0 comments on commit 917de5a

Please sign in to comment.