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 remove vertical line/separator #1089

Open
qazip opened this issue May 12, 2020 · 4 comments
Open

How to remove vertical line/separator #1089

qazip opened this issue May 12, 2020 · 4 comments
Labels

Comments

@qazip
Copy link

@qazip qazip commented May 12, 2020

Sorry that I don't know the correct word for the line, else I could probably search for it!

After installing python-mode, there is now a vertical line/separator, which probably signals X characters, the recommended line width. How do I remove that?

@jakecolston
Copy link

@jakecolston jakecolston commented May 12, 2020

I think you're referring to the PEP8 max line length visual? The one which shows you if you are crossing the recommended max line length?
If so, this should be configured in your .vimrc with a line like:
let g:pymode_options_max_line_length = 119
where 119 would be the last character position before the vertical line.

@jakecolston
Copy link

@jakecolston jakecolston commented May 12, 2020

If you want to completely remove it, this worked for me:
let g:pymode_options_colorcolumn = 0

@diraol
Copy link
Contributor

@diraol diraol commented May 12, 2020

@qazip does that works for you? :)

Thanks @jakecolston for answering!

@stale
Copy link

@stale stale bot commented Oct 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the inactive label Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.