Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to turn off this plugin by default ? #174

Closed
cs-pchsu opened this issue Mar 26, 2020 · 2 comments
Closed

How to turn off this plugin by default ? #174

cs-pchsu opened this issue Mar 26, 2020 · 2 comments

Comments

@cs-pchsu
Copy link

cs-pchsu commented Mar 26, 2020

Hi,

I have a question "How to turn off this plugin by default".
When I need it, I will use the :SignatureToggle to enable it.

I tried to achieve this using the following method in my .vimrc, but an error occurred.
.vimrc:
au BufEnter * :SignatureToggle
error:
Error detected while processing BufEnter Auto commands for "*":
E488: Trailing characters: :SignatureToggle

Thanks for your reply

@kshenoy
Copy link
Owner

kshenoy commented Mar 26, 2020

Use let g:SignatureEnabledAtStartup=0. You can explicitly enable it using :SignatureToggleSigns

@cs-pchsu
Copy link
Author

cs-pchsu commented Mar 27, 2020

Hi @kshenoy

Thanks for your reply.
The method you provide solve my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants