gorbit99 / codewindow.nvim

MIT License
431 stars 16 forks source link

I'm not sure what the dot colours represent #33

Closed Integralist closed 1 year ago

Integralist commented 1 year ago

👋🏻

In the below screenshot you can see that some dots have been coloured (e.g. at the top some are green, a little bit below that there are some orange and blue dots) and I'm not sure why?

Screenshot 2022-10-26 at 09 27 21

In other files this can be a bit more distracting...

Screenshot 2022-10-26 at 09 35 06

I don't know if this is an mistake on the part of the plugin? (e.g. it's using highlight groups set by my current colour scheme) or if the colours are supposed to represent something? (e.g. it's some kind of treesitter parsing and it's trying to use the same syntax colours as the buffer content).

I'm guessing the dots are using some kind of diagnostic 'sign' symbol maybe.

Is this the case? How can I get rid of these additional colours if they are indeed meaningless in relation to what minimap is displaying (don't want to break any diagnostic stuff that my current buffer's LSP might be using for example).

Thanks!

gorbit99 commented 1 year ago

I mean, the whole raison d' etre of this plugin was that it integrates into lsp and treesitter and shows all kinds of stuff on it. You can turn the treesitter coloring off by using putting use_treesitter = false into your config. It's explained in detail in the readme