Case Nelson

Results 78 comments of Case Nelson

@oneness Sorry for my imprecise language, remove the `/bin/cljfmt` line from gitignore, and in your patch reset to the version of the binary on master. I want the binary to...

assuming there's no problem with reformat-node, for the proposal, I think it would help to introduce a function like `reformat-enclosing-form` instead of range based which probably wouldn't work well with...

For clojure @BerkeleyTrue, this is usually caused by not running `:UpdateRemotePlugins` it should give you feedback that it's registering nvim-parinfer. @bryanmaina if I add the extempore.vim plugin and add a...

@BerkeleyTrue Can you make sure that you have the latest node-host and that the versions being brought in are similar to mine? I'm also on neovim 0.1.7 but the api...

There's definitely an order dependency between installing plugins and calling `:UpdateRemotePlugins` and restarting neovim. I'm able to repro your parinfer + refactor error, but I'm also able to recover by...

There's some overlap here: https://github.com/clojure-vim/nvim-parinfer.js/issues/23 But these mappings https://github.com/clojure-vim/nvim-parinfer.js/blob/master/plugin/parinfer.vim#L86-L89 need to be able to be turned off so users can do something like `autocmd FileType clojure,scheme,lisp,racket :nmap

I'm still debating between 1.0.0 and contributing to https://github.com/clojure-vim/neovim-client to allow hosting. Is anyone using plugins that require node-host 1.0.0?

@markx Unfortunately, it looks like we're still stuck with node-client and it's dependency tree. You're right though, and I think it's a good time to bring this plugin back inline...

Ok I think I've got things updated to run with the HEAD version of neovim. I removed node-host from my plugins dir I `brew install --head neovim` I updated this...

@duikboot try to `npm install -g yarn` the neovim node host comments suggest that was an oversight left in checkhealth