From 350b859e66f5ca4090b05642a07cd885457f97a1 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Sat, 17 Aug 2024 14:19:54 -0400 Subject: [PATCH] docs: update dev instructions for typing (#49) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94443e7..c5e2d7e 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ lua_ls = { vim.fn.expand "$VIMRUNTIME/lua", vim.fn.expand "$VIMRUNTIME/lua/vim/lsp", vim.fn.stdpath "data" .. "/lazy/lazy.nvim/lua/lazy", + vim.fn.expand "$HOME/path/to/parent" -- parent/avante.nvim "${3rd}/luv/library", }, }, @@ -209,6 +210,8 @@ lua_ls = { }, ``` +Then you can set `dev = true` in your `lazy` config for development. + ## License avante.nvim is licensed under the Apache License. For more details, please refer to the [LICENSE](./LICENSE) file.