diff --git a/README.md b/README.md index c100ec5..84aa201 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ Voice commands (`:GpWhisper*`) depend on `SoX` (Sound eXchange) to handle audio Below is a linked snippet with the default values, but I suggest starting with minimal config possible (just `openai_api_key` if you don't have `OPENAI_API_KEY` env set up). Defaults change over time to improve things, options might get deprecated and so on - it's better to change only things where the default doesn't fit your needs. -https://github.com/Robitx/gp.nvim/blob/6a8238c0980e79b5ba31a17b7a75001820526fd2/lua/gp/config.lua#L10-L604 +https://github.com/Robitx/gp.nvim/blob/a88225e90f22acdbc943079f8fa5912e8c101db8/lua/gp/config.lua#L10-L607 # Usage diff --git a/doc/gp.nvim.txt b/doc/gp.nvim.txt index f1cfc02..81d7c6e 100644 --- a/doc/gp.nvim.txt +++ b/doc/gp.nvim.txt @@ -1,4 +1,4 @@ -*gp.nvim.txt* For Neovim Last change: 2024 September 17 +*gp.nvim.txt* For Neovim Last change: 2024 September 19 ============================================================================== Table of Contents *gp.nvim-table-of-contents* @@ -252,7 +252,7 @@ options might get deprecated and so on - it’s better to change only things where the default doesn’t fit your needs. -https://github.com/Robitx/gp.nvim/blob/6a8238c0980e79b5ba31a17b7a75001820526fd2/lua/gp/config.lua#L10-L604 +https://github.com/Robitx/gp.nvim/blob/a88225e90f22acdbc943079f8fa5912e8c101db8/lua/gp/config.lua#L10-L607 ==============================================================================