mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added copilot completion plugin for neovim
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
"zbirenbaum/copilot-cmp",
|
||||||
|
event = "InsertEnter",
|
||||||
|
config = function ()
|
||||||
|
require("copilot_cmp").setup()
|
||||||
|
end
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user