Add windows init lua location (#121)
* feat: add init.lua location fir Windows * feat: more specific number of lines
This commit is contained in:
		
							parent
							
								
									4916072854
								
							
						
					
					
						commit
						32744c3f66
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2,7 +2,7 @@ | ||||||
| 
 | 
 | ||||||
| A starting point for Neovim that is: | A starting point for Neovim that is: | ||||||
| 
 | 
 | ||||||
| * Small (~370 lines) | * Small (<500 lines) | ||||||
| * Single-file | * Single-file | ||||||
| * Documented | * Documented | ||||||
| * Modular | * Modular | ||||||
|  | @ -14,7 +14,7 @@ This repo is meant to be used as a starting point for a user's own configuration | ||||||
| ### Installation | ### Installation | ||||||
| 
 | 
 | ||||||
| * Backup your previous configuration | * Backup your previous configuration | ||||||
| * Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` | * Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua` (Linux) or `~/AppData/Local/nvim/init.lua` (Windows) | ||||||
| * Start Neovim (`nvim`) and run `:PackerInstall` - ignore any error message about missing plugins, `:PackerInstall` will fix that shortly | * Start Neovim (`nvim`) and run `:PackerInstall` - ignore any error message about missing plugins, `:PackerInstall` will fix that shortly | ||||||
| * Restart Neovim | * Restart Neovim | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sean
						Sean