ChatGPT.nvim
ChatGPT.nvim copied to clipboard
Fixed 2 issues and added 5 features
Fix
- Calling Signs.set_for_lines with a busy call will cause neovim to freeze.
- Resolved chat window unmodifiable error and avoid streaming response clearing on panel redraw.
Features
- Support setting a separate close window keymap in normal mode.
- Support opening the chat window with options, which is useful when carrying selected content into the chat window.
- Allow ignoring the default action path, as the default actions.json specifies models. This option provides a way for users to customize actions with the same content when those specified models are not needed.
- Support a default system message.