Skip to content

discussions Search Results · repo:zbirenbaum/copilot.lua language:Lua

56 results  (92 ms)

56 results

inzbirenbaum/copilot.lua (press backspace or delete to remove)

For Chinese users, accept_word is far too broad in scope. This is because Chinese does not separate words with spaces—an English word is more akin to a single Chinese character (char). As a result, accept_word ...

I am writing to inquire about the specific version of the Copilot model that is being utilized by copilot.lua. The existence of multiple versions of the Copilot model, as depicted in the image below, has ...

copilot.vim allows me to use tab for both accepting Copilot suggestions when they re visible, and for increasing the indentation level of the cursor as per normal when Copilot suggestions aren t visible. ...

I ve use this plugin for code complete, but the server keep using memory 1GB for either nodeJS or binary type, Can I limit he usage of memory for the copilot server? img width= 411 height= 179 alt= 截屏2025-12-16 ...

i am using lazyvim, i wanna install it and dont know please help

hello when i sign in with copilot , opencode get signed out, and the opposite apply too when i sign in with any one of them the other get unauthorized error i don t know why, if it s a github api limitation ...

Since the last plugin update (commit #927053b), I am getting the following warning when I start neovim (I am using a customized LazyVim config).  Warn 18:00:24 notify.warn Client copilot quit with ...

Hey, good day! I have been seeing news about NES implementations in Neovim for about three months now, haven t I? The way the developers talk always makes it seem like some part of the implementation isn ...

Cursor can suggest modifications to an entire line, rather than only appending text at the end. Does GitHub Copilot and the copilot.lua support this kind of mid-line completion?

Hey! Love this project and have been using it since it s inception! I have been digging into the copilot language server implementation and noticed that it seems like they do provide functions for textDocument/handleNextEditRequest ...