added impatient.nvim.
This commit is contained in:
		
							parent
							
								
									5f8852435d
								
							
						
					
					
						commit
						c52ecd2166
					
				
					 3 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -8,6 +8,7 @@ local map=vim.api.nvim_set_keymap
 | 
			
		|||
vim.g.mapleader = ';'
 | 
			
		||||
 | 
			
		||||
--do package management
 | 
			
		||||
require('impatient')
 | 
			
		||||
require('packages')
 | 
			
		||||
require('LSPconfig')
 | 
			
		||||
require('cmp-lsp')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -83,6 +83,6 @@ cmp.setup.cmdline('/', {
 | 
			
		|||
		{ name = 'nvim_lsp_document_symbol' },
 | 
			
		||||
		{ name = 'treesitter' },
 | 
			
		||||
	}, {
 | 
			
		||||
		{ name = 'buffer' }
 | 
			
		||||
		-- { name = 'buffer' }
 | 
			
		||||
	})
 | 
			
		||||
})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,6 +7,9 @@ end
 | 
			
		|||
 | 
			
		||||
return require('packer').startup(function(use)
 | 
			
		||||
 | 
			
		||||
	--startup speed
 | 
			
		||||
	use 'lewis6991/impatient.nvim'
 | 
			
		||||
 | 
			
		||||
	--base plugins.
 | 
			
		||||
 | 
			
		||||
	use 'wbthomason/packer.nvim'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue