mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
Changed Copilot Config
This commit is contained in:
@@ -3,6 +3,10 @@ return {
|
|||||||
cmd = "Copilot",
|
cmd = "Copilot",
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
config = function()
|
config = function()
|
||||||
require("copilot").setup({})
|
require("copilot").setup({
|
||||||
|
filetypes = {
|
||||||
|
["*"] = true,
|
||||||
|
},
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user