Merge branch 'main' into feature/breadcrumbs

This commit is contained in:
NotAShelf 2023-07-26 10:36:08 +03:00 committed by GitHub
commit 6e3ae75ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 138 additions and 132 deletions

View file

@ -206,7 +206,10 @@ inputs: let
};
vim.assistant = {
copilot.enable = isMaximal;
copilot = {
enable = isMaximal;
cmp.enable = isMaximal;
};
};
vim.session = {