chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
783 stars 40 forks source link

Breaks autosizing of `vim.diagnostic.open_float` #109

Open wilfredjonathanjames opened 1 month ago

wilfredjonathanjames commented 1 month ago

The addition of two columns to every line has broken autosizing on floating LSP diagnostic windows.

There's a third error hiding here because of the linebreak:

image

Without marks:

image

Is there any way to disable this plugin only in floating windows?