[nvim,vscode] VSCode/Copilot config
This commit is contained in:
@@ -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=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user