docs: update dev instructions for typing (#49)

This commit is contained in:
Aaron Pham 2024-08-17 14:19:54 -04:00 committed by GitHub
parent 1aaf6a8227
commit 350b859e66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.