We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7d5ec commit 13d54aaCopy full SHA for 13d54aa
1 file changed
.config/nvim/lua/plugins.lua
@@ -959,7 +959,19 @@ require("lazy").setup({
959
end,
960
},
961
{
962
- "github/copilot.vim",
+ "zbirenbaum/copilot.lua",
963
+ cmd = "Copilot",
964
+ event = "InsertEnter",
965
+ config = function()
966
+ require("copilot").setup {
967
+ suggestion = {
968
+ enabled = true,
969
+ keymap = {
970
+ accept = "<C-i>",
971
+ },
972
973
+ }
974
+ end,
975
976
977
"almo7aya/openingh.nvim",
0 commit comments