-
Notifications
You must be signed in to change notification settings - Fork 20
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
Plugin not working for me #1
Comments
Hello, ftplugin/nextflow.nim
syntax/nextflow.nim
Again, I'm not certain that's exactly how it should be, but it's working for me now. Hope this is helpful. |
inside nextflow-vim/syntax directory
|
I also had this problem... changing:
in the "manual instructions" to:
solved my issues. |
This is better solution than mine. After updating system, vim version changes, you need to add to a different version in theshared directory system directory.Adding to home eliminates the trouble of having to repeat coping
Thanks.
Kemin Zhou 510 862-2276
On Friday, October 28, 2022 at 02:17:48 PM PDT, Alexander Stram ***@***.***> wrote:
I also had this problem...
changing:
mkdir ~/.vim/ftplugin; cp ~/nextflow-vim/syntax/nextflow.vim ~/.vim/ftplugin;
in the "manual instructions" to:
mkdir ~/.vim/syntax cp ~/nextflow-vim/syntax/nextflow.vim ~/.vim/syntax;
solved my issues.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
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, saved as a
.nf
file.The text was updated successfully, but these errors were encountered: