diff --git a/config/plugins/cmp/cmp.nix b/config/plugins/cmp/cmp.nix index dd519b1..7cfcdb7 100644 --- a/config/plugins/cmp/cmp.nix +++ b/config/plugins/cmp/cmp.nix @@ -2,6 +2,11 @@ plugins = { blink-cmp = { enable = true; + settings = { + signature = { + enabled = true; + }; + }; }; }; }