added instructions on how to bootstrap with impatient.
This commit is contained in:
		
							parent
							
								
									626a4cb63a
								
							
						
					
					
						commit
						6a8ddee8f5
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -7,8 +7,9 @@ local map=vim.api.nvim_set_keymap
 | 
				
			||||||
--leader key is set through a variable, for some reason.
 | 
					--leader key is set through a variable, for some reason.
 | 
				
			||||||
vim.g.mapleader = ';'
 | 
					vim.g.mapleader = ';'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--do package management
 | 
					--this plugin makes startup time a bit faster. To bootsrap configuration, you need to comment this one out, ignore any errors you get, do packersync, then uncomment it.
 | 
				
			||||||
require('impatient')
 | 
					require('impatient')
 | 
				
			||||||
 | 
					--do package management
 | 
				
			||||||
require('packages')
 | 
					require('packages')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
--helper functions
 | 
					--helper functions
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue