enable autosuggestions copilot
This commit is contained in:
parent
369134dd49
commit
065f88d488
@ -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 = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user