stevearc/quicker.nvim

feature request: wrap indent to column

Open

#58 创建于 2025年6月19日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Lua (15 fork)github user discovery
P2enhancementgood first issue

仓库指标

Star
 (985 star)
PR 合并指标
 (PR 指标待抓取)

描述

Did you check existing requests?

  • I have searched the existing issues

Describe the feature

It would be really cool if there was an option to have the wrap option automatically wrap long (diagnostic) messages to stay in their column.

Eg:

Image

instead of:

Image


The example screenshot was created by setting

setlocal breakindentop=shift:45

but that number (45) will obviously be dependent on the filenames & line numbers columns, so would need to be set in the plugin dynamically, not just generally.

Provide background

Diagnostic messages can be long - and the wrapping is great! But then it gets a bit hard to see where each one starts & stops.

What is the significance of this feature?

nice to have

Additional details

No response

贡献者指南