David Guevara

Results 42 comments of David Guevara

Try executing the following command: ```vim :lua =require("lsp-status").messages() ``` If it displays some message then the problem is related with `bubbly.nvim`, if it doesn't it's related to `lsp-status.nvim`. [Here](https://github.com/datwaft/bubbly.nvim/blob/master/lua/bubbly/components/lsp_status/messages.lua) is...

If the output is an empty table, that means that either you are expecting to see a message where there are none, the LSP is not sending the messages or...

Hello! Yes, that was desired, but mainly because when I wrote that part I didn't have a better solution to support all the colors the user could select. I have...

Thanks! The code for the highlight is [here](https://github.com/datwaft/bubbly.nvim/blob/aa8b3cf76b7c5aa95b927c2bb1c2d16f80421dab/lua/bubbly/factories/highlight.lua).

I will give this higher priority. In a month or so I will be free enough to continue working on this. I have a full rework planned for better performance.

I am beginning to work in the full rework, btw

As @venkatakrishnaannam said in #108, it seems that there is no noticeable performance improvement on large files. I will close this issue because the problem of too many highlight groups...

Reopened because of #112. The pull request that fixed this (i.e. #109) was reverted because of high CPU utilization (#111).

> With neovim 0.6.1 I started to have errors `Too many highlight and syntax groups` from different plugins. Is it because of bubbly's amount of highlight groups? It's probably related....