Rafael Bodill
Rafael Bodill
I'm using `hybrid` colorscheme, and [`./themes/hybrid.vim`](https://github.com/rafi/vim-config/blob/master/themes/hybrid.vim) only triggers for hybrid. So the statusline and tabline are quite colorless, yes. You can use lightline or airline, they are very popular. Try...
Can you try latest commit?
Hi @dzirg44 - what operating system are you using? nvim or vim? what version? Have all the plugins been installed correctly? Trying running: `:call dein#update()` If it's successful (hit `:message`...
@dzirg44 can you try replacing the clipboard setting in `config/general.vim` with this and try again? ```vim set clipboard& clipboard^=unnamed,unnamedplus ```
@wsdjeg thanks, but I can't maintain a Vim distribution.. I have my own configuration.
@ssbarnea Hiding is required only when in user's home folder. Once it's inside `.config`, there's no need to hide any more, if it's parent is hidden. Checkout how [my `~/.config`](https://github.com/rafi/.config)...
Changing the `-filter_complex` from original command (using `--dry`): ``` /opt/local/bin/ffmpeg -hide_banner -loglevel info -thread_queue_size 512 -f avfoundation -i "1" -thread_queue_size 512 -f avfoundation -video_size 160 x120 -framerate -i "0" -c:v...
Was there any progress with this? Is there any workaround so alerts aren't re-fired after promxy restart?
Even without untracked files, it takes me about ~12s for a repository with a large supposedly ignored `./node_modules/` directory. Deleting this directory reduced the Status() time to 1.5s, still slow,...
Multiple selects definitely do not work. Why is the `keyName` being suffixed with `"[]"` in `flattenData`? That's the real question.