This website requires JavaScript.
Explore
Help
Sign In
thallada
/
neovim-config
Watch
1
Star
0
Fork
0
You've already forked neovim-config
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ff72d5d483
neovim-config
/
lua
/
plugins
/
copilot.lua
5 lines
94 B
Lua
Raw
Normal View
History
Unescape
Escape
Add copilot plugins Finally accepting our new robot overlords.
2023-12-01 20:26:00 +00:00
require
(
'
copilot
'
)
.
setup
(
{
Copilot fixes
2023-12-01 20:26:00 +00:00
suggestion
=
{
enabled
=
true
}
,
panel
=
{
enabled
=
true
}
,
Add copilot plugins Finally accepting our new robot overlords.
2023-12-01 20:26:00 +00:00
}
)
;
Reference in New Issue
Copy Permalink