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

Red vertical line #3

Open
Buuntu opened this issue Jun 13, 2019 · 3 comments
Open

Red vertical line #3

Buuntu opened this issue Jun 13, 2019 · 3 comments

Comments

@Buuntu
Copy link

Buuntu commented Jun 13, 2019

Getting a red vertical line, I assume to encourage lines to be less than a certain number of characters? Any way to turn this off?

@islandhopper81
Copy link

I understand the motivation for the vertical colored line, but I also found it distracting. Here are some options for turning it off:

Use the command:

:set colorcolumn=0

Of course this will only apply to the current session.

For a more permanent solution edit the nextflow-vim/syntax/nextflow.vim file by removing the line "setlocal colorcolumn=80".

@horta
Copy link

horta commented Jul 15, 2020

You can add

augroup filetype_nextflow
    autocmd!
    autocmd FileType nextflow setlocal colorcolumn=0
augroup END

to your vimrc as well.

@lskatz
Copy link

lskatz commented Sep 22, 2021

You can add

augroup filetype_nextflow
    autocmd!
    autocmd FileType nextflow setlocal colorcolumn=0
augroup END

to your vimrc as well.

I came here to solve this issue and your solution worked for me, thank you!

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

4 participants