docs: update dev instructions for typing (#49)
This commit is contained in:
		
							parent
							
								
									1aaf6a8227
								
							
						
					
					
						commit
						350b859e66
					
				@ -201,6 +201,7 @@ lua_ls = {
 | 
				
			|||||||
          vim.fn.expand "$VIMRUNTIME/lua",
 | 
					          vim.fn.expand "$VIMRUNTIME/lua",
 | 
				
			||||||
          vim.fn.expand "$VIMRUNTIME/lua/vim/lsp",
 | 
					          vim.fn.expand "$VIMRUNTIME/lua/vim/lsp",
 | 
				
			||||||
          vim.fn.stdpath "data" .. "/lazy/lazy.nvim/lua/lazy",
 | 
					          vim.fn.stdpath "data" .. "/lazy/lazy.nvim/lua/lazy",
 | 
				
			||||||
 | 
					          vim.fn.expand "$HOME/path/to/parent" -- parent/avante.nvim
 | 
				
			||||||
          "${3rd}/luv/library",
 | 
					          "${3rd}/luv/library",
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
@ -209,6 +210,8 @@ lua_ls = {
 | 
				
			|||||||
},
 | 
					},
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Then you can set `dev = true` in your `lazy` config for development.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## License
 | 
					## License
 | 
				
			||||||
 | 
					
 | 
				
			||||||
avante.nvim is licensed under the Apache License. For more details, please refer to the [LICENSE](./LICENSE) file.
 | 
					avante.nvim is licensed under the Apache License. For more details, please refer to the [LICENSE](./LICENSE) file.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user