John Costanzo

Results 61 issues of John Costanzo

I am curious if I should merge to my main branch, then run standard version or can I run it on the release branch and then merge to main?

question

Getting a language ID error and not sure if this has to do with lsp install or something else ![image](https://user-images.githubusercontent.com/655716/127727352-21cc82bb-0711-4c5c-a8ed-355fc3e2aa41.png) Here is my config ```lua lsp.css.setup { on_attach = function(client)...

Maybe this is already supported, but is there a way have simple auth manage both anon and auth token. Would be cool if it could.

Whats your thought on writing a test step which checks that certain things are installed and in the right place? ``` testInstall() { if test ! "$(command -v brew)"; then...

So I am trying to use this addon and I did a test to compare how it looks in VScode vs vim. Now maybe VScode is wrong but thought I...

question

**Describe the bug** Trying to setup zplug on my new popos machine and running into an error **To Reproduce** Steps to reproduce the behavior: 1. Install new pop os 2....

HELP WANTED
kind/stale

Would love to see that when I call the users API that it would return a URL to an image of that user Edit: I just realized that the code...

So I just installed the Antergos. In the command line if I go to install anything, it tells me that `target ruby2.4 is not found`. How can I fix this?

![image](https://user-images.githubusercontent.com/655716/122809166-bdbd5d80-d29b-11eb-8c07-8ba8a5c13c05.png) So when I load up a scss file I get this error and not sure what is causing it ```lua lsp.efm.setup { on_attach = function(client) client.resolved_capabilities.document_formatting = true on_attach_common(client)...

So are you saying that I can use this with vim-fugitive? I have tried setting `let g:committia_open_only_vim_starting = 1` but when I do `:Gcommit` it brings up the default committing...