Zach Birenbaum
Zach Birenbaum
Something that I have really wanted for a while, but found out is easy to implement now with the new views changes, is the ability to customize the docs location...
Now that I believe I have the copilot plugins in a stable state, here are the goals I have planned for the future: 1. Customization of result frequency: Currently, completions...
So alongside working on the api, the way I have been testing it is by implementing the features inside of copilot.vim, including making a constant request loop with configurable polling...
Something that has driven me absolutely crazy the last two days and I have spent hours trying to configure is customizing the width of the preview area, and how close...
Very recently, as I only noticed tonight, the trackpad on my laptop will not work on waking from suspend. However, libinput detects my mouse perfectly fine when I run debug-events,...
Currently, the sign implementations in diagnostic.lua use vim.fn.sign_place and sign_unplace, leading to some strange behavior when trying to control them on a finer level for some features we were discussing...
I have read through the readme and the help file, and tried every highlight group present, but I can't replicate the photo in the readme which shows a search where...
So my custom copilot-lsp implementation https://github.com/zbirenbaum/copilot-rs finally seems to be in a pretty decent state and can now be used as a drop in replacement excluding panel completions (barely work...
Seems to break for me with tsserver. Adding an issue for tracking
# Description Implement scheduler side removal of actions with no listeners. Adds disconnect_timeout_s configuration field with default of 60s. If the client waiting on a given action is disconnected for...