Merge pull request #5 from nvim-lua/master
fix: update lazy uninstall information link (#1148)
This commit is contained in:
		
						commit
						8f4791e72a
					
				| 
						 | 
					@ -130,7 +130,7 @@ examples of adding popularly requested plugins.
 | 
				
			||||||
    `~/.local/share/nvim-kickstart`. You can apply this approach to any Neovim
 | 
					    `~/.local/share/nvim-kickstart`. You can apply this approach to any Neovim
 | 
				
			||||||
    distribution that you would like to try out.
 | 
					    distribution that you would like to try out.
 | 
				
			||||||
* What if I want to "uninstall" this configuration:
 | 
					* What if I want to "uninstall" this configuration:
 | 
				
			||||||
  * See [lazy.nvim uninstall](https://github.com/folke/lazy.nvim#-uninstalling) information
 | 
					  * See [lazy.nvim uninstall](https://lazy.folke.io/usage#-uninstalling) information
 | 
				
			||||||
* Why is the kickstart `init.lua` a single file? Wouldn't it make sense to split it into multiple files?
 | 
					* Why is the kickstart `init.lua` a single file? Wouldn't it make sense to split it into multiple files?
 | 
				
			||||||
  * The main purpose of kickstart is to serve as a teaching tool and a reference
 | 
					  * The main purpose of kickstart is to serve as a teaching tool and a reference
 | 
				
			||||||
    configuration that someone can easily use to `git clone` as a basis for their own.
 | 
					    configuration that someone can easily use to `git clone` as a basis for their own.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue