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
Sometimes when entering a comment and reaching the end of the defined line width, the text breaks into the next line correctly, but inserts some indentation before which continues into the next line.
example:
# if the params are missing show the html page that will be redirected to# by dash. It will have one button that redirects to loop's integrations# page
In this case the line breaks automatically after to as I type. But the next line starts too deeply indented. Why?
Could it be a bug in bullets.nvim? (I thought it wasn't supposed to work in elixir filetype)
Could try stripping down plugins until I find what's causing this.
The text was updated successfully, but these errors were encountered:
Sometimes when entering a comment and reaching the end of the defined line width, the text breaks into the next line correctly, but inserts some indentation before which continues into the next line.
example:
In this case the line breaks automatically after
to
as I type. But the next line starts too deeply indented. Why?Could it be a bug in bullets.nvim? (I thought it wasn't supposed to work in elixir filetype)
Could try stripping down plugins until I find what's causing this.
The text was updated successfully, but these errors were encountered: