Tony Chen
Tony Chen
the main reason for this is because `vim.lsp.buf.format` (under the hood) deletes the entire buffer, and replaces it with new text. As such, there's no way for the plugin to...
I believe that the recently merged 'statuscolumn' feature in Neovim could be used to implement some version of this.
I didn't like the proposal of blanket disabling mark displays on floating windows. I think that using the fix proposed in #101 presents a better and more configurable alternative.
You should use the 'sign_priority' option to ensure mark signs get displayed after gitsigns
Generally uppercase marks are really designed more to be used as stable file markers that aren't set and unset frequently; maybe the bookmark functionality in this plugin is closer to...
`scale_*_identity` does do what I want, but 1. There is no `scale_{x,y}_identity`, and 2. Using AsIs variables allows you to hae both literally interpreted and scaled variables in the plot...