You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
If I have script with shebang #!/usr/bin/gnuplot, nvim automatically sets the filetype as gnuplot. But if I set any option to gnuplot such as, #!/usr/bin/gnuplot --persist, the filetype is no longer set to gnuplot. Can this be automatically set to gnuplot using filetype.nvim?
The text was updated successfully, but these errors were encountered:
If I have script with shebang
#!/usr/bin/gnuplot
,nvim
automatically sets thefiletype
asgnuplot
. But if I set any option tognuplot
such as,#!/usr/bin/gnuplot --persist
, thefiletype
is no longer set tognuplot
. Can this be automatically set tognuplot
usingfiletype.nvim
?The text was updated successfully, but these errors were encountered: