Bruno Mello

Results 27 comments of Bruno Mello

@ronaldemo why does this work? And is there any workaround to this? I am developing an integral calculator and it will be a pretty bad user experience if all users...

hey @lpanebr! I'm not sure I understand: Why do you need to exit the UI with ZZ? after adding `save_on_toggle=true` it's working fine over here even when exiting with `ESC`

> The ZZ is only for when I manually edit the files order. @lpanebr you don't need to do that. When using `save_on_toggle` it works just as harpoon 1 did:...

to add to this, I believe that it would be hard to implement since there are a lot of variances you can have for a test table setup, but maybe...

is it viable to implement passing test names to debug_test? maybe with that we could open the possibility to run a test with a specific name inside a function, and...

I managed to get it working for normal test running, but this fails when trying to debug a test, because it seems that neotest-go doesn't support nvim-dap

maybe the usage color could be configured as an argument in the cli something like: ```mictray --usage-color=#ff0000```

I don't have much experience with lsp's (never wrote anything related to it, just used them) but I'd be glad to try helping solving this . Let me know if...

yep, basic keywords completion work normally: ![image](https://github.com/yioneko/vtsls/assets/29875060/7259ffa7-c462-4edf-b743-76290bf0c501) Hover docs also work, it's just type definitions that aren't working properly. ![image](https://github.com/yioneko/vtsls/assets/29875060/31d1b7d7-8b4e-404c-a32a-6e1599cb61d3) My lsp logs don't seem to have any relevant information...