0

I recently switched to Neovim's new LSP setup instead of the old Vim-based language plugins and now I get this incredibly annoying comment "helper" behavior when I hit enter after a /** in e.g. typescript where a new line, a space, a tab, an asterisk and then another space are added for me.

I hate this. How do I disable it?

Image for reference (with whitespace characters enabled):

enter image description here

1 Answers1

0

This may be an issue with your formatoptions option. Try executing :set formatoptions-=ro. See :help fo-table and :help formatoptions for more details on this option.