Federico
Federico
I have your `:Grep` command example in my `.init.vim`. As the title says, it works great when I open nvim but it just stops getting results after a while. I...
 I'm using st which supports truecolor and also nvim. I run `NVIM_TUI_ENABLE_TRUE_COLOR=1 nvim` and then select gruvbox. `$TERM` is `tmux-256color`.
First select _one_. Then, when I switch to other coloschemes (apprentice, in the screenshots), mostly all syntax coloring is broken. Result:  Expected: 
The title is more a question. Shouldn't said rule support `menuitemcheckbox` by default? I see in the recommended settings that the role is missing along with `menuitemradio`. https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/bccf0aeab8dd337c5f134f892a6d3588fbc29bdf/src/index.js#L166 The example...
Since this package is published as commonjs, es6 files are now published using the mjs extension. Added more explicit file paths in the `exports` field, pointing to a unique declaration...
Using [pangloss' javascript syntax file](https://github.com/pangloss/vim-javascript) and `set cursorline`, the parenthesis is too light in this code. ``` var foo = ({ ); ``` 
Since the project chose to use `yarn` and also add `yarn.lock` to version control, I consider it a best practice to make clear which package manager the use. Since official...
`renderEquation` is defined as https://github.com/isaul32/ckeditor5-math/blob/173ac0613690b8b8df31535db785d762ded82cc8/src/utils.js#L46-L48 so the 7th parameter should be a string that matches an id in the document and the 8th is an array of string for the...
When a story is hidden in the front page, reduce its opacity to 0.25. When checking hidden stories in the "Hidden" section, restore its opacity so user can know what...