Lazyload copilot.vim on opening a file
This commit is contained in:
parent
6ebc8353a6
commit
ab227484e7
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -442,7 +442,7 @@ local config = {
|
|||
-- Code completion
|
||||
{
|
||||
"github/copilot.vim",
|
||||
event = "UIEnter"
|
||||
event = "User AstroFile"
|
||||
},
|
||||
|
||||
-- PlatformIO
|
||||
|
|
Loading…
Reference in a new issue