nextflow-vim
nextflow-vim copied to clipboard
Nextflow plugin for VIM
I installed this plugin via the "manual" method in the README, and there's no syntax highlighting. As an example, I used the "your first script" in the [Nextflow documentation](https://www.nextflow.io/docs/latest/getstarted.html), saved...
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?
This PR adds an `ftplugin` that inherits the Groovy settings (in particular the `commentstring` setting). It also moves some existing filetype settings from the syntax file into the more appropriate...
It would be great with the ability to use "go to definition" inside Nextflow pipelines, especially for pipelines split up into many subworkflows and modules. Perhaps already possible via some...
Is there a configuration option to also highlight `.config` files? Otherwise, perhaps that would be great to add?
Right now, if include paths are not including the .nf part in the file paths, like this: ```nextflow include { FASTQC } from '../modules/nf-core/fastqc/main' include { MULTIQC } from '../modules/nf-core/multiqc/main'...
Hi! I am not sure how to proceed alone to make this change. Note that I am using the fork from @raivivek (https://github.com/raivivek/nextflow.vim) but cannot submit an issue there. I...