feat(clipboard): support windows (#345)

Signed-off-by: Hanchin Hsieh <me@yuchanns.xyz>
This commit is contained in:
Hanchin Hsieh
2024-08-29 12:00:19 +08:00
committed by GitHub
parent 38a5dbe429
commit cb197fb606
2 changed files with 9 additions and 6 deletions

View File

@@ -49,6 +49,8 @@ Install `avante.nvim` using [lazy.nvim](https://github.com/folke/lazy.nvim):
drag_and_drop = {
insert_mode = true,
},
-- required for Windows users
use_absolute_path = true,
},
},
},