diff --git a/config/plugins/cmp/cmp.nix b/config/plugins/cmp/cmp.nix index dd519b1..785bf8b 100644 --- a/config/plugins/cmp/cmp.nix +++ b/config/plugins/cmp/cmp.nix @@ -2,6 +2,19 @@ plugins = { blink-cmp = { enable = true; + settings = { + signature = { + enabled = true; + trigger = { + enabled = true; + show_on_keyword = true; + show_on_insert = true; + }; + window = { + show_documentation = true; + }; + }; + }; }; }; }