Tony Chen

Results 66 comments of Tony Chen

Great! Just keep in mind that `excluded_filetypes = {''}` will disable tracking for all unnamed buffers, not just lsp popups. In the future, I may add more fine grained control...

I am almost certain that this is a bug in neovim core - ref https://github.com/neovim/neovim/issues/14303. In general, there are a number of bad interactions with timers and the underlying neovim...

The same way you would close any other vim window; using `:q` or `ZZ` and friends.

What happens when you load this plugin at startup, instead of lazy loading it on `BufReadPost` (as I'm assuming you are doing here)?

seems like it shouldn't be too hard to do. i'll take a look when i have time

Can you please post your plugin configuration, ie the table you pass to the setup function?

Hm, I can't seem to reproduce. Can you please provide a minimal repro to produce the error?

You can disable this by redefining the `MarkSignNumHL` Highlight group.

The first option would be to set the `excluded_filetypes` key in the setup function. You can check the ft of the current buffer by running `:echo &ft`. If that doesn’t...

There is currently an option to configure the virtual text for each bookmark group, so you can have up to 10 different messages to choose from when setting a bookmark....