Skip to content

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

57 results  (149 ms)

57 results

inzbirenbaum/copilot.lua (press backspace or delete to remove)
The language qualifier is not supported when searching discussions. Try searching for issues instead?

If I run :Copilot disable, I would like it to be disabled for the active neovim instance and all future instances as well, unless explicitly turned enabled with :Copilot enable. Is there any way to achieve ...

Since I m lazy loading nvm for my kitty terminal I want to include the node path directly by creating this function and calling it in copilot_node_command image local function get_node_path() local node_dir ...

Hi everyone, sorry if this might sound stupid but I ve been trying to setup GitHub Copilot on neovim since this afternoon. I started with the official github copilot neovim plugin but it didn t work. Then ...

I thought this was neat and wanted to share. https://github.com/zbirenbaum/copilot.lua/assets/21299126/bdb06b95-f426-43ae-b674-e86c49201ca1 local ns = vim.api.nvim_create_namespace user.copilot require( ...

Occasionally, I like to disable Copilot completely in Neovim when I m doing practice problems. I know that I can run :Copilot toggle to disable Copilot for the current buffer, but it s easy to forget to ...

Many thanks for the plugin. I hope it s OK to ask a question here. I read that Vscode shares the content of open tabs with copilot in order to improve the project context. Does copilot.lua do the same ...

HI! I ve done research and reverse-engineered the Github Copilot protocol between IDE plugin and agent.js, and have tried to document it. This is based on Github Copilot plugin version for JetBrains and ...

- My neovim verison: 0.10.0-dev - My neovide version: 0.10.4 - My Envirement: WSL2Linux version 5.10.16.3-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld ...

In VSCode, copilot supports the keymap M +\ for trigger inline suggestion. Is there a corresponding keymap in copilot.lua?

Having trouble trying to authenticate copilot. I ve searched through filed bugs and discussions but none of them worked. @plugins.lua { -- FIX: Unable to auth copilot zbirenbaum/copilot.lua ...