Luiz Gonzaga dos Santos Filho

Results 50 comments of Luiz Gonzaga dos Santos Filho

Alright, i just saw another #256 and the comment about not having a previous non-steam app installed borked it. Indeed after adding Chrome and running the installer, it worked! (Ignoring...

Same issue using Astro (it was working fine with a CRA app) Solution with Astro: `import '@fortawesome/fontawesome-svg-core/styles.css';` on your main Layout file. Ref: https://docs.astro.build/en/guides/styling/#import-a-stylesheet-from-an-npm-package

Also not working for AirPlay devices for me. OSX El Capitan + latest SwitchAudio version from brew (as of today).

Hi @daxgames you are correct. I install more things than just vim stuff. They're most terminal related but not nvim related. A reason for using brew on linux is it...

fzf is now on master, but not as vim plugin yet. Stay tuned :)

https://ricostacruz.com/til/navigate-code-with-ctags https://github.com/ludovicchabant/vim-gutentags/ Support for ES2015 / ES.next are really poor still. There are efforts like https://github.com/okcompute/es-ctags but it's far from ideal as ctags presumes a single file (for CSS, JS,...

Hey, @karamellpelle I couldn't reproduce this problem... 1. Opened a vertical split 2. `:MaximizerToggle` 3. Triggered easymotion and moved. No window was reopened. No changes in the screen at all...

I'm also interested in international support. Brazillian portuguese here... I need the tokenizer not to skip things like: `ã`, `ó`, `ê`, `ç` and so on... My knowledge in NLP is...

So there we go. I did the tokenizer. Since I'm here, I don't think the spanish one is working. It suffers from the same problem I mentioned here with diacritic...