Lucas Mendelowski
Lucas Mendelowski
I also have question about integrating chruby with Phusion Passenger. Right now if I don't include auto switch script on system level (/etc/profile.d/chruby.sh) then my app won't start - it...
@FooBarWidget thanks but I read the whole documentation of chruby and I didn't find any section about environment variables that chruby expects. Could you point me to the right direction?
@postmodern how can I install bundler as root? If I log in as root and install bundler, chruby will pick it up and place it `/home/root/.gem/...` am I right?
@postmodern in that case it won't conflict with system Ruby version? I'm sorry if all those questions are stupid but I'm a little bit confused (that's my first time with...
I think I've found the problem. I was using [BufOnly](https://github.com/vim-scripts/BufOnly.vim) plugin to cleanup unused buffers. Unfortunately, it uses `bdelete` instead of `bwipeout` which doesn't remove buffer from `vim.api.nvim_list_bufs()` results. This...
I'm going to try to use [BufOnly.nvim](https://github.com/numToStr/BufOnly.nvim) instead and see how it goes. This plugin uses `vim.api.nvim_buf_delete` to delete a buffer (which according to documentation, behaves like bwipeout).
@otavioschwanck with [BufOnly.nvim](https://github.com/numToStr/BufOnly.nvim), it has been working fine for me for a couple of weeks already.
@otavioschwanck why do you need custom function?
For me it looks like feature of Chosen plugin not ajaxChosen extension. What do you think @ksykulev ?
+1 for that. `restoreConfig` parameter to `consolidate` method is not used.