09/24/2025

This commit is contained in:
Grayson Butcher 2025-09-24 11:17:37 -06:00
parent e947649cb0
commit e945588f4e
6 changed files with 314 additions and 6 deletions

View file

@ -0,0 +1,5 @@
-- lua/kickstart/plugins/copilot-vim.lua
return {
'github/copilot.vim',
event = 'InsertEnter', -- Lazy-load on insert
}