Skip to content

Commit

Permalink
chore: add on_source
Browse files Browse the repository at this point in the history
Signed-off-by: ucpr <[email protected]>
  • Loading branch information
ucpr committed Jun 3, 2024
1 parent 802de96 commit 40898a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nvim/lua/plugins/completion/dein_lazy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,47 @@ hooks_file = '$XDG_CONFIG_HOME/nvim/lua/plugins/completion/nvim-cmp.lua'
[[plugins]]
repo = 'hrsh7th/cmp-nvim-lsp'
on_event = 'VimEnter'
on_source = 'cmp'

[[plugins]]
repo = 'hrsh7th/cmp-buffer'
on_event = 'VimEnter'
on_source = 'cmp'

[[plugins]]
repo = 'hrsh7th/cmp-path'
on_event = 'VimEnter'
on_source = 'cmp'

[[plugins]]
repo = 'hrsh7th/cmp-cmdline'
on_event = 'VimEnter'
on_source = 'cmp'

[[plugins]]
repo = 'hrsh7th/cmp-nvim-lsp-signature-help'
on_event = 'VimEnter'
on_source = 'cmp'

[[plugins]]
repo = 'hrsh7th/cmp-nvim-lsp-document-symbol'
on_event = 'VimEnter'
on_source = 'cmp'

[[plugins]]
repo = 'onsails/lspkind.nvim'
on_event = 'VimEnter'
on_source = 'cmp'

[[plugins]]
repo = 'hrsh7th/vim-vsnip'
on_event = 'VimEnter'
on_source = 'cmp'
hooks_file = '$XDG_CONFIG_HOME/nvim/lua/plugins/completion/vim-vsnip.lua'

[[plugins]]
repo = 'hrsh7th/cmp-vsnip'
on_source = 'cmp'
on_event = 'VimEnter'

[[plugins]]
Expand Down

0 comments on commit 40898a2

Please sign in to comment.