update nvim-cmp loading strategy
This commit is contained in:
		
							parent
							
								
									ae68290e1f
								
							
						
					
					
						commit
						5db2f0978d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -136,7 +136,8 @@ local plugins = {
 | 
			
		|||
  ["rafamadriz/friendly-snippets"] = { },
 | 
			
		||||
 | 
			
		||||
  ["hrsh7th/nvim-cmp"] = {
 | 
			
		||||
    event = "InsertEnter",
 | 
			
		||||
    module = { "cmp", "cmp_nvim_lsp" },
 | 
			
		||||
    event = { "InsertEnter", "CmdlineEnter" }, -- for users that may use nvim-cmp-cmdline
 | 
			
		||||
    config = function()
 | 
			
		||||
      require "plugins.configs.cmp"
 | 
			
		||||
    end,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue