feat: with nullls

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-07 23:37:23 +02:00
parent a78794e2b9
commit a86c163288
6 changed files with 95 additions and 34 deletions

13
lua/plugins/copilot.lua Normal file
View File

@@ -0,0 +1,13 @@
return {
"zbirenbaum/copilot.lua",
enabled = true,
cmd = "Copilot",
event = "InsertEnter",
config = function()
require("copilot").setup({
suggestion = {
auto_trigger = true,
}
})
end,
}