default js/ts and python setup

This commit is contained in:
Levente Gal 2024-03-06 14:50:14 +02:00
parent f764b7bacd
commit af466b6df8
12 changed files with 165 additions and 5 deletions

View file

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