vim-header icon indicating copy to clipboard operation
vim-header copied to clipboard

Disable shebang addition

Open JPFrancoia opened this issue 7 years ago • 1 comments

Hi,

Your plugin is a great tool.

I would need it to not do one thing though: when I add a header, I don't want the plugin to add a shebang, or modify the encoding (for python, bash, etc, the plugin modifies the shebang at the top of the file).

Is there a way to disable that?

Cheers

JPFrancoia avatar Nov 11 '18 15:11 JPFrancoia

Hi @JPFrancoia, It won't update shebang after adding header. However at first adding as you said it ignores existing shebang. There is no feature for now but needed. If I find time, I will add it.

alpertuna avatar Nov 11 '18 18:11 alpertuna