09/24/2025
This commit is contained in:
parent
e947649cb0
commit
e945588f4e
6 changed files with 314 additions and 6 deletions
5
lua/kickstart/plugins/copilot.lua
Normal file
5
lua/kickstart/plugins/copilot.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
-- lua/kickstart/plugins/copilot-vim.lua
|
||||
return {
|
||||
'github/copilot.vim',
|
||||
event = 'InsertEnter', -- Lazy-load on insert
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue