[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

@@ -15,12 +15,6 @@
# AI Agents # AI Agents
github.copilot github.copilot
(pkgs.vscode-utils.extensionFromVscodeMarketplace {
name = "vscode-augment";
publisher = "augment";
version = "0.442.0";
sha256 = "sha256-TzoafGCmaOEOUHh3XWPrLe/ysICviaOJcpMVqWY/Nr4=";
})
]; ];
}; };
} }

View File

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