John Costanzo
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?
Getting a language ID error and not sure if this has to do with lsp install or something else  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...
**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....
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?
 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...