Use code completions to get more done. Augment’s radical context awareness means more relevant suggestions, fewer hallucinations, and less time hunting down documentation.
Command | Action |
---|---|
Tab | Accept the current suggestion |
:Augment enable | Globally enable suggestions (on by default) |
:Augment disable | Globally disable suggestions |
augment#Accept()
. The function takes an optional arugment used to specify the fallback text to insert if no suggestion is available.
g:augment_disable_tab_mapping = v:true
before the plugin is loaded.