enable autosuggestions copilot

This commit is contained in:
Kacper Marzecki 2025-03-28 19:39:03 +01:00
parent 369134dd49
commit 065f88d488

View File

@ -321,18 +321,15 @@ return {
})
end,
},
-- {
-- "zbirenbaum/copilot.lua",
-- opts = {
-- filetypes = {
-- lua = true,
-- markdown = true,
-- javascript = true,
-- typescript = true,
-- elixir = true,
-- },
-- },
-- },
{
"zbirenbaum/copilot.lua",
opts = {
suggestion = {
enabled = true,
auto_trigger = true,
},
},
},
{
"robitx/gp.nvim",
opts = {