Merge branch 'v0.8' into feat/roslyn-ls

This commit is contained in:
CaueDosAnjos 2025-12-11 10:04:50 -03:00 committed by GitHub
commit 9e90201e57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
101 changed files with 4103 additions and 2080 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
options,
...
}: let
inherit (lib.modules) mkIf mkMerge;
@ -10,8 +11,7 @@
cfg = config.vim.assistant.chatgpt;
self = import ./chatgpt.nix {inherit lib;};
mappingDefinitions = self.options.vim.assistant.chatgpt.mappings;
mappingDefinitions = options.vim.assistant.chatgpt.mappings;
mappings = addDescriptionsToMappings cfg.mappings mappingDefinitions;
maps = mkMerge [
(mkSetBinding mappings.editWithInstructions "<cmd>ChatGPTEditWithInstruction<CR>")