Evan Carroll
Evan Carroll
To many of these issues are his.. 4 Issues reported Open#147 Proposed new category: Independent Oct 26 benjaffe/chrome-okc-plugin Open#146 Suggested new category: culturally-refined Oct 26 benjaffe/chrome-okc-plugin Open#145 Potential refactor: Suggestion...
Or.. alternatively fork and do the whole thing through the web interface with Github's [`edit this file in your own fork` button](https://github.com/schacon/why_i_love_github/blob/master/README.md). click the button right next to `HISTORY`.
I'm just saying clicking the `edit this file in your own fork` and clicking the button `pull request` is not a technical limitation in any sense. they have to have...
I am getting this error when I just run ``` $ python2 tncc.py Traceback (most recent call last): File "tncc.py", line 596, in vpn_host = sys.argv[1] IndexError: list index out...
Cool for comparison in ale it looks like this, let g:ale_fix_on_save = 1
I can see merit in providing the functionality or forcing people to do it the native vim way, but I'd document it either way. I looked for it before asking...
For reference when adding the option, I think the two variants that work ``` autocmd FileType rust autocmd BufWritePre call LanguageClient#textDocument_formatting_sync() ``` or (with the extension) ``` autocmd BufWritePre *.rs...
I actually don't think this is specific to that issue. It seems to happen a lot where the background doesn't get unhighlighted without restarting vim. ``` $ /home/ecarroll/.vim/plugged/LanguageClient-neovim/bin/languageclient --version languageclient...
@majutsushi perhaps we can dupe this over https://github.com/majutsushi/tagbar/issues/540 I didn't see the issue was there. I've already figured out what it takes to make this work and tested it against...