Jesse Leite

Results 108 comments of Jesse Leite

There were some breaking changes to themes in 1.13.*. There's a PR in the works to fix this theme. Should be fixed soon :)

Hmm, it seems some of the styles work post-1.13, but not all of them. I'll leave this open and see what I can find. Thanks!

@AAlvarez90 Yeah some big things are changing with one-dark-ui as well, with the new github integration, the new tabs, etc. There'll be some updates coming soon-ish for the theme. I'll...

Appreciate the kind words. This theme doesn't always get the updates/love it needs. Just busy though, I still intend to support it. PRs welcome, if that's your thing :)

No worries :) I'm not 100% sure about documentation actually. When I made this theme, I actually forked One Dark and just used their file structure, then used Atom's DOM...

Not sure it's a theme issue. Generally it's not up to the themer to add language support. We just deal with colours :) Have you tried JSX language support packages...

Thanks for kind words. Yeah I intentionally deviated from One Dark. Though `this` is a keyword, it's just an accessor for current object scope. For example, `myObject.method()` doesn't colour the...

Weird, this isn't happening for me. I have to explicitly pass `-U` to `:AgRaw -U 'some search'` to get ignored `node_modules` results here. PS. The `:Ag` and `:Rg` commands are...

Thanks! I'm not sure. My plugin just extends fzf.vim's functions as well (most specifically the `fzf#vim#grep()` function). Might be something to do with [the default rg flags being passed](https://github.com/jesseleite/vim-agriculture/blob/master/autoload/agriculture.vim#L33), which...