Carlos Nucette

Results 12 comments of Carlos Nucette

> Yes. That's what I was saying. Pure js repo has the issue. Let me test your repo now. > > UPDATE: it is confirmed that it doesn't work with...

Ok, that's a shame. Maybe make it a configuration option? It is helpfull for debugging purposes.

> Thanks, I'll definitely try it out with `formatOnType`, I'm loving how powerful Neovim has become thanks to coc.nvim... thanks again, mate! Did you find a solution? Can you post...

I don't think that `rainbow` would be necessary if there were different groups for different braces like in `pangloss/vim-javascript`. That way one could highlight each case differently.

This happens to me too when using `Quramy/vim-js-pretty-template`

@palhiman: Nop, I tried that. I didn't work.

I did the following tests: 1. created a `html` file with a h1, and an empty `css` file. - it fails when you try to open the `css` file. 2....

@palhiman I didn't say that the `html` was already opened when I did this tests. Sorry, my bad. I launch vim like this `vim index.html` and then I tried to...

Ok, So I deleted the styles.css file, open index.html, which has a link to styles.css, and run `:Bracey`. Then I open a new file with `:e styles.css`, and immediately get...

Yes, it is installed. Do you think there is some problem on my end? Don't You have this issue? I'm going to try with a minimal `vimrc` to check.