Merge branch 'NotAShelf:main' into feature/ruby

This commit is contained in:
Yoni Firroloni 2023-07-25 15:46:51 +02:00 committed by GitHub
commit adf027b154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 511 additions and 139 deletions

View file

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