Add copilot-vim to nixvim

This commit is contained in:
Dave Gallant
2024-02-19 07:55:50 -05:00
parent c0d4d6c289
commit 317577b879

View File

@@ -403,6 +403,7 @@ in {
];
plugins = {
copilot-vim.enable = true;
cmp-path.enable = true;
cmp-treesitter.enable = true;
commentary.enable = true;