Jesse Atkinson
Jesse Atkinson
> Foremost, thanks for all the effort you put into this! > > I am still using `coc-metals` but I plan to migrate to `nvim-metals` at some point. I would...
> Thanks for creating and maintaining coc-metals @ckipp01! It has been my daily driver for Scala development for over a year now and I can say that it has raised...
I'd be happy to take a pass at this @ckipp01. Let me know. 😄
I too would love to see this. I use netrw with tpope/vim-vinegar. It's IMO superior to something like NERDTree. But I'd love to see these icons integrated.
`options.section_separators = ''` also works for me. But of course I don't want that. I like having separators.
I'm in the same boat. I list the files in a dir and then in a loop attempt to read them and the callback method for `get` does not get...
Here's a sanitized version of what worked for us @sdnetwork @dustinbolton @cfurst ! ```javascript import path from 'path' import Promise from 'bluebird' const client = Promise.promisifyAll(new Client()) client.onAsync('ready') .then(() =>...
I believe you'll want to add this to the list of Casks. For example, I install Chrome via `brew cask install google-chrome`. Chrome auto-updates itself.
Thanks @LovecraftianHorror. This is also affecting `htop` as well it seems. What are y'all using in the meantime?