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
Hey! Love this plugin, it's minimalist approach fits my needs perfectly.
It would be great to have line wrapping, especially in split windows.
I have setlocal wrap linebreak nolist textwidth=0 for the markdown filetype, but it's currently working with FlyboyOpenVSplit.
A custom filetype in general might be useful, then you could also do specific Flyboy bindings, such as FlyboySendMessage once you're in a Flyboy window? As long as it still adopts the markdown syntax!
The text was updated successfully, but these errors were encountered:
I'm a little wary of using a custom filetype, I worry that people already have integrations set up for markdown that would break if there's a custom filetype. I don't want to be too prescriptive with a bunch of keybindings that people are just going to rebind either 🤔
Could I fix this by having an on_open function hook in the setup? That might allow you to run specific things in the buffer opened by Flyboy.
IE even for myself I have a filetype markdown autoformatter. But maybe people should opt in to using that with flyboy buffers. I'll have to give it a bit more thought.
Hey! Love this plugin, it's minimalist approach fits my needs perfectly.
It would be great to have line wrapping, especially in split windows.
I have
setlocal wrap linebreak nolist textwidth=0
for the markdown filetype, but it's currently working withFlyboyOpenVSplit
.A custom filetype in general might be useful, then you could also do specific Flyboy bindings, such as
FlyboySendMessage
once you're in a Flyboy window? As long as it still adopts the markdown syntax!The text was updated successfully, but these errors were encountered: