[nvim,vscode] VSCode/Copilot config

This commit is contained in:
2025-05-22 17:35:46 -07:00
parent 447fe20041
commit 7e7ffa6fa7
2 changed files with 10 additions and 11 deletions

View File

@@ -1,9 +1,14 @@
return {
"zbirenbaum/copilot.lua",
opts = {
filetypes = {
markdown = false,
help = false,
{
"zbirenbaum/copilot.lua",
opts = {
filetypes = {
markdown = false,
help = false,
},
suggestion = {
enabled = false,
},
},
},
}