Gabriel Sanches
Gabriel Sanches
In issue #15 I was asked about storing user information within the token. Of course, with only JWS, it is not safe, since user information would be stored client side....
Hey! I'm aware this software [is being rewritten in Rust](https://github.com/cjbassi/gotop/issues/154), however the latest release is lagging behind `master`, and as I use Void Linux and this software directly from the...
[As stated by Vim Airline's creator](https://github.com/vim-airline/vim-airline/issues/1841#issuecomment-445872433), each theme should set `airline_term` in order to color Terminal buffer's statusline. [Here](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/peaksea.vim#L55)'s an example from peaksee theme. Currently, the Terminal buffer's statusline is...
When using https://github.com/pangloss/vim-javascript, keywords are not colored. This is fixed by simply adding a highlight command to `jsOperatorKeyword`.
## Is your feature request related to a problem? Please describe. This is based on my experience using coc.nvim. I prefer this LSP client (it's purer than coc.nvim and is...
## Is your feature request related to a problem? Please describe. I would like to map custom text to the completion item kinds labels that appear in the popup menu....
**Environment (please complete the following information):** - OS: Void Linux (kernel 5.7) - Neovim version: 0.5.0 (nightly) - vim-which-key version: 4e5bd491badecfcd3ecbe0f813d3b31625a8eb4f - Have you reproduced with a minimal vimrc: yes...
**Environment (please complete the following information):** - OS: Void Linux (kernel 5.7) - Neovim version: 0.5.0 (nightly) - vim-which-key version: 4e5bd491badecfcd3ecbe0f813d3b31625a8eb4f - Have you reproduced with a minimal vimrc: yes...
## Meta: **CircleCI CLI Version:** `v0.1.9578` **Operating System:** Void Linux with Linux 5.8.11 **CircleCI CLI Diagnostic:** N/A --- ## Current behavior: After cloning the repo, the steps to install the...
I think it would be a good idea to have in the README some text explaining what's the difference between this plugin and other that are already well-known, like https://github.com/jiangmiao/auto-pairs....