Lynn Dylan Hurley
Lynn Dylan Hurley
It would be nice if there was a way to open files in other panes than just the first one. coc-explorer uses the labeled pane selection system. i used it...
Good call @jounathaen - probably should be a separate issue.
Can't wait! Thx @ms-jpq !!
There's an open PR for something like this on nvim-tree.lua: https://github.com/kyazdani42/nvim-tree.lua/pull/340 The implementation is pretty clean. Might be a good source of inspiration if anyone has time.
the latest version has new theme settings. for example: ```viml let g:chadtree_settings = { \ "theme.text_colour_set": "nerdtree_syntax_dark" \ } ``` docs: https://github.com/ms-jpq/chadtree/blob/chad/docs/THEME.md
Thanks @zeertzjq ! A lot of people will run into this so it might be worth adding to the docs
This was my fault, actually. I commented out one of my tests and now everything is working fine.
Please disregard my last comment. I get the following error whenever I try to initialize the rails environment (using `rails console` for example): https://gist.github.com/3899668 I'm using rspec version 2.11.1
after running `RAILS_ENV=test rails console` I get the following error: https://gist.github.com/3908218
https://gist.github.com/3908248