Rui Costa
Rui Costa
We're only using the AWS-SDK to create a DynamoDBSet. Let's try and emulate it and drop the dependency
hi, I'm using a [grammar/dictionary LSP](https://writewithharper.com/docs/integrations/language-server). This makes CopilotChat include grammar diagnostics when building the chat context. I would like to not include these diagnostics because it distracts the model....
On DiffviewFiles, I'm trying to display buffer A and B scrolled down to the first change on the file. I have folding disabled. I'm trying to use this hook: ```lua...
hey, I have had this custom handler for a while, but it started erroring when I add the `'` to the regex to match text like `:h 'timeoutlen'`. It still...
- A callback to be triggered after two windows are swapped - Receives the winid of each swapped windows
- Default WindowPicker hl_group to StatusLineNC - Introduce `window_picker_hl_group` option to specify custom hl_group to be used
When using a custom keymap in visual mode: ```lua vim.keymap.set("v", "gaU", ":lua require('textcase').current_word('to_upper_case')") ``` it enters insert mode and leaves an additional `w` when done ``` fooBa*r