From 2463b522504d55a95b9f2050d4cb24791679b4b6 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 19 Dec 2023 14:07:28 +0100 Subject: [PATCH] plugins/copilot-vim: remove literalExample --- plugins/completion/copilot-vim.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/plugins/completion/copilot-vim.nix b/plugins/completion/copilot-vim.nix index c1ab3783..6b646819 100644 --- a/plugins/completion/copilot-vim.nix +++ b/plugins/completion/copilot-vim.nix @@ -22,12 +22,10 @@ in { type = types.attrsOf types.bool; description = "A dictionary mapping file types to their enabled status"; default = {}; - example = literalExpression '' - { - "*" = false; - python = true; - } - ''; + example = { + "*" = false; + python = true; + }; }; proxy = helpers.defaultNullOpts.mkStr "" ''