Vinícius Hoyer

Results 128 comments of Vinícius Hoyer

Why we need svg support? does those images have fixed tiny size? like 25x25?

Maybe we could have a folder with markdown with the name of each emoji as the nema of the file (e.g.: `fire.md`), then we would just have to configure next...

Unfortunately (or fortunately :sweat_smile:), I don't always get this error, and I'm not sure how to reproduce it, but the next time I get it I will check the messages...

`:messages` don't show anything more :/ output from `:echo getqflistt()` ``` [{'lnum': 6, 'bufnr': 50, 'col': 1, 'pattern': '', 'valid': 1, 'vcol': 0, 'nr': 0, 'type': '', 'module': '', 'text':...

yeah, when, this error happens, the syntax is "invalid" all the buffer is in plain text. But I haven't explicitly checked the `&syntax` or `&ft`

Happened again: ``` :echo &ft qf :echo &syntax ``` the `&syntax` returns nothing, also we have no colors: ![image](https://user-images.githubusercontent.com/11022464/85719281-a9b14100-b6c5-11ea-91e6-491cdd519cb0.png)

Also, if this error happens, I have to close and re-open nvim for the qf-reflector window to work again. Cuz whenever I open it again, the same error comes out

> What happens if you `:set syntax=qf` after the error happens? The quickfixwindow gets the syntax hightligh > Also `:set syntax=`. It gets all white plain text again. > When...

Well, actually, as you may know, [Vue.js has a style guide](https://vuejs.org/v2/style-guide/), and it is considered an essential practice that you always name your components with two words or more. The...

it wasn't working for me either, but I got working by disabling and enabling it again (I think it will not help you though..) EDIT - I just realize you...