sg.nvim
sg.nvim copied to clipboard
Configurable context for conversations
At the moment, we don't provide a lot of hooks / configuration for supplying additional context to Cody.
Some possible options would be:
Quickfix list
- [ ] Diagnostics (#193)
- [ ] Visual selections
- [ ] Marks
- [ ] Registers
- [ ] Terminal output
- [ ] Tree-sitter selection
After #243 is complete, I will explore these as possible options and/or add keybinds to the ones that make sense by default for easily adding context.