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, end,
}, },
-- { {
-- "zbirenbaum/copilot.lua", "zbirenbaum/copilot.lua",
-- opts = { opts = {
-- filetypes = { suggestion = {
-- lua = true, enabled = true,
-- markdown = true, auto_trigger = true,
-- javascript = true, },
-- typescript = true, },
-- elixir = true, },
-- },
-- },
-- },
{ {
"robitx/gp.nvim", "robitx/gp.nvim",
opts = { opts = {